Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c43 OSAL_FREE(p_hwfn->p_dev, p_hwfn->p_ptt_pool); in __ecore_ptt_pool_free()
44 p_hwfn->p_ptt_pool = OSAL_NULL; in __ecore_ptt_pool_free()
72 p_hwfn->p_ptt_pool = p_pool; in ecore_ptt_pool_alloc()
103 p_ptt = &p_hwfn->p_ptt_pool->ptts[i]; in ecore_ptt_invalidate()
111 if (p_hwfn->p_ptt_pool) in ecore_ptt_pool_free()
124 OSAL_SPIN_LOCK(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_acquire()
127 &p_hwfn->p_ptt_pool->free_list, in ecore_ptt_acquire()
130 &p_hwfn->p_ptt_pool->free_list); in ecore_ptt_acquire()
156 OSAL_SPIN_LOCK(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_release()
158 OSAL_SPIN_UNLOCK(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_release()
[all …]
H A Decore.h615 struct ecore_ptt_pool *p_ptt_pool; member