Searched refs:p_spq (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.h195 #define SPQ_COMP_BMAP_SET_BIT(p_spq, idx) \
197 OSAL_SET_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap); \
199 #define SPQ_COMP_BMAP_CLEAR_BIT(p_spq, idx) \
201 OSAL_CLEAR_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap); \
203 #define SPQ_COMP_BMAP_TEST_BIT(p_spq, idx) \
204 (OSAL_TEST_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))
H A Decore_spq.c269 struct ecore_spq *p_spq)
276 cxt_info.iid = p_spq->cid;
282 p_spq->cid);
311 DMA_LO_LE(p_spq->chain.p_phys_addr);
313 DMA_HI_LE(p_spq->chain.p_phys_addr);
320 struct ecore_spq *p_spq,
323 struct ecore_chain *p_chain = &p_hwfn->p_spq->chain;
324 struct core_db_data *p_db_data = &p_spq->db_data;
343 DOORBELL(p_hwfn, p_spq->db_addr_offset, *(u32 *)p_db_data);
350 p_spq
268 ecore_spq_hw_initialize(struct ecore_hwfn *p_hwfn, struct ecore_spq *p_spq) argument
319 ecore_spq_hw_post(struct ecore_hwfn *p_hwfn, struct ecore_spq *p_spq, struct ecore_spq_entry *p_ent) argument
580 struct ecore_spq *p_spq = p_hwfn->p_spq; local
647 struct ecore_spq *p_spq = OSAL_NULL; local
699 struct ecore_spq *p_spq = p_hwfn->p_spq; local
731 struct ecore_spq *p_spq = p_hwfn->p_spq; local
794 struct ecore_spq *p_spq = p_hwfn->p_spq; local
866 struct ecore_spq *p_spq = p_hwfn->p_spq; local
900 struct ecore_spq *p_spq = p_hwfn->p_spq; local
931 struct ecore_spq *p_spq = p_hwfn ? p_hwfn->p_spq : OSAL_NULL; local
1026 struct ecore_spq *p_spq; local
[all...]
H A Decore_dev.c2514 n_eqes = ecore_chain_get_capacity(&p_hwfn->p_spq->chain);
H A Decore.h690 struct ecore_spq *p_spq; member in struct:ecore_hwfn

Completed in 109 milliseconds