Searched refs:p_ptt_pool (Results 1 – 2 of 2) sorted by relevance
89 p_hwfn->p_ptt_pool = p_pool; in qed_ptt_pool_alloc()101 p_ptt = &p_hwfn->p_ptt_pool->ptts[i]; in qed_ptt_invalidate()108 kfree(p_hwfn->p_ptt_pool); in qed_ptt_pool_free()109 p_hwfn->p_ptt_pool = NULL; in qed_ptt_pool_free()119 spin_lock_bh(&p_hwfn->p_ptt_pool->lock); in qed_ptt_acquire()121 if (!list_empty(&p_hwfn->p_ptt_pool->free_list)) { in qed_ptt_acquire()122 p_ptt = list_first_entry(&p_hwfn->p_ptt_pool->free_list, in qed_ptt_acquire()126 spin_unlock_bh(&p_hwfn->p_ptt_pool->lock); in qed_ptt_acquire()133 spin_unlock_bh(&p_hwfn->p_ptt_pool->lock); in qed_ptt_acquire()143 spin_lock_bh(&p_hwfn->p_ptt_pool->lock); in qed_ptt_release()[all …]
555 struct qed_ptt_pool *p_ptt_pool; member