Searched refs:p_ptt_pool (Results 1 – 2 of 2) sorted by relevance
93 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()115 OSAL_SPIN_LOCK_DEALLOC(&p_hwfn->p_ptt_pool->lock); 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()130 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_ptt_pool->free_list)) { in ecore_ptt_acquire()131 p_ptt = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_ptt_pool->free_list, in ecore_ptt_acquire()134 &p_hwfn->p_ptt_pool->free_list); in ecore_ptt_acquire()[all …]
597 struct ecore_ptt_pool *p_ptt_pool; member