Home
last modified time | relevance | path

Searched refs:p_spq (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c570 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_setup() local
621 p_spq = in ecore_spq_alloc()
623 if (!p_spq) { in ecore_spq_alloc()
654 p_hwfn->p_spq = p_spq; in ecore_spq_alloc()
665 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_free() local
668 if (!p_spq) in ecore_spq_free()
690 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_get_entry() local
753 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_add_entry() local
825 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_post_list() local
859 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_pend_post() local
[all …]
H A Decore_spq.h183 #define SPQ_COMP_BMAP_SET_BIT(p_spq, idx) \ argument
185 OSAL_SET_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap); \
187 #define SPQ_COMP_BMAP_CLEAR_BIT(p_spq, idx) \ argument
189 OSAL_CLEAR_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap); \
191 #define SPQ_COMP_BMAP_TEST_BIT(p_spq, idx) \ argument
192 (OSAL_TEST_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))
H A Decore.h606 struct ecore_spq *p_spq; member
H A Decore_dev.c943 n_eqes = ecore_chain_get_capacity(&p_hwfn->p_spq->chain); in ecore_resc_alloc()