Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_spq.c266 struct ecore_spq *p_spq) in ecore_spq_hw_initialize() argument
273 cxt_info.iid = p_spq->cid; in ecore_spq_hw_initialize()
279 p_spq->cid); in ecore_spq_hw_initialize()
308 DMA_LO_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()
310 DMA_HI_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()
317 struct ecore_spq *p_spq, in ecore_spq_hw_post() argument
320 struct ecore_chain *p_chain = &p_hwfn->p_spq->chain; in ecore_spq_hw_post()
321 struct core_db_data *p_db_data = &p_spq->db_data; in ecore_spq_hw_post()
340 DOORBELL(p_hwfn, p_spq->db_addr_offset, *(u32 *)p_db_data); in ecore_spq_hw_post()
347 p_spq->db_addr_offset, p_spq->cid, p_db_data->params, in ecore_spq_hw_post()
[all …]
H A Decore_spq.h193 #define SPQ_COMP_BMAP_SET_BIT(p_spq, idx) \ argument
195 OSAL_SET_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap); \
197 #define SPQ_COMP_BMAP_CLEAR_BIT(p_spq, idx) \ argument
199 OSAL_CLEAR_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap); \
201 #define SPQ_COMP_BMAP_TEST_BIT(p_spq, idx) \ argument
202 (OSAL_TEST_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))
H A Decore.h689 struct ecore_spq *p_spq; member
H A Decore_dev.c2510 n_eqes = ecore_chain_get_capacity(&p_hwfn->p_spq->chain); in ecore_resc_alloc()