Searched refs:p_ptt_pool (Results 1 – 2 of 2) sorted by relevance
43 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 …]
615 struct ecore_ptt_pool *p_ptt_pool; member