Searched refs:p_ptt_pool (Results 1 – 2 of 2) sorted by relevance
63 p_hwfn->p_ptt_pool = p_pool; in qed_ptt_pool_alloc()75 p_ptt = &p_hwfn->p_ptt_pool->ptts[i]; in qed_ptt_invalidate()82 kfree(p_hwfn->p_ptt_pool); in qed_ptt_pool_free()83 p_hwfn->p_ptt_pool = NULL; in qed_ptt_pool_free()93 spin_lock_bh(&p_hwfn->p_ptt_pool->lock); in qed_ptt_acquire()95 if (!list_empty(&p_hwfn->p_ptt_pool->free_list)) { in qed_ptt_acquire()100 spin_unlock_bh(&p_hwfn->p_ptt_pool->lock); in qed_ptt_acquire()107 spin_unlock_bh(&p_hwfn->p_ptt_pool->lock); in qed_ptt_acquire()117 spin_lock_bh(&p_hwfn->p_ptt_pool->lock); in qed_ptt_release()119 spin_unlock_bh(&p_hwfn->p_ptt_pool->lock); in qed_ptt_release()[all …]
550 struct qed_ptt_pool *p_ptt_pool; member
Completed in 28 milliseconds