Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h304 #define OSAL_SPIN_LOCK_DEALLOC(_lock) \ macro
H A Decore_spq.c681 OSAL_SPIN_LOCK_DEALLOC(&p_spq->lock); in ecore_spq_free()
H A Decore_hw.c115 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_pool_free()
H A Decore_mcp.c141 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->mcp_info->lock); in ecore_mcp_free()
142 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->mcp_info->link_lock); in ecore_mcp_free()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt143 - void OSAL_SPIN_LOCK_DEALLOC(osal_spinlock_t*)