Home
last modified time | relevance | path

Searched refs:p_ptt_pool (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c93 p_hwfn->p_ptt_pool = p_pool; in ecore_ptt_pool_alloc()
106 p_ptt = &p_hwfn->p_ptt_pool->ptts[i]; in ecore_ptt_invalidate()
114 if (p_hwfn->p_ptt_pool) in ecore_ptt_pool_free()
117 OSAL_FREE(p_hwfn->p_dev, p_hwfn->p_ptt_pool); in ecore_ptt_pool_free()
118 p_hwfn->p_ptt_pool = OSAL_NULL; in ecore_ptt_pool_free()
128 OSAL_SPIN_LOCK(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_acquire()
134 &p_hwfn->p_ptt_pool->free_list); in ecore_ptt_acquire()
144 OSAL_SPIN_UNLOCK(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_acquire()
157 OSAL_SPIN_LOCK(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_release()
159 OSAL_SPIN_UNLOCK(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_release()
[all …]
H A Decore.h597 struct ecore_ptt_pool *p_ptt_pool; member