Home
last modified time | relevance | path

Searched refs:OSAL_SPIN_LOCK_ALLOC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h296 #define OSAL_SPIN_LOCK_ALLOC(hwfn, lock) nothing macro
H A Decore_spq.c652 OSAL_SPIN_LOCK_ALLOC(p_hwfn, &p_spq->lock); in ecore_spq_alloc()
H A Decore_hw.c94 OSAL_SPIN_LOCK_ALLOC(p_hwfn, &p_pool->lock); in ecore_ptt_pool_alloc()
H A Decore_mcp.c234 OSAL_SPIN_LOCK_ALLOC(p_hwfn, &p_info->lock); in ecore_mcp_cmd_init()
235 OSAL_SPIN_LOCK_ALLOC(p_hwfn, &p_info->link_lock); in ecore_mcp_cmd_init()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt136 - void OSAL_SPIN_LOCK_ALLOC(struct ecore_hwfn*, osal_spinlock_t*)