Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_hw.c63 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 …]
A Dqed.h550 struct qed_ptt_pool *p_ptt_pool; member

Completed in 28 milliseconds