Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_spq.c269 struct ecore_spq *p_spq) in ecore_spq_hw_initialize() argument
276 cxt_info.iid = p_spq->cid; in ecore_spq_hw_initialize()
282 p_spq->cid); in ecore_spq_hw_initialize()
311 DMA_LO_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()
313 DMA_HI_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()
320 struct ecore_spq *p_spq, in ecore_spq_hw_post() argument
323 struct ecore_chain *p_chain = &p_hwfn->p_spq->chain; in ecore_spq_hw_post()
324 struct core_db_data *p_db_data = &p_spq->db_data; in ecore_spq_hw_post()
343 DOORBELL(p_hwfn, p_spq->db_addr_offset, *(u32 *)p_db_data); in ecore_spq_hw_post()
350 p_spq->db_addr_offset, p_spq->cid, p_db_data->params, in ecore_spq_hw_post()
[all …]
HDecore_spq.h195 #define SPQ_COMP_BMAP_SET_BIT(p_spq, idx) \ argument
197 OSAL_SET_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap); \
199 #define SPQ_COMP_BMAP_CLEAR_BIT(p_spq, idx) \ argument
201 OSAL_CLEAR_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap); \
203 #define SPQ_COMP_BMAP_TEST_BIT(p_spq, idx) \ argument
204 (OSAL_TEST_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))
HDecore.h690 struct ecore_spq *p_spq; member
HDecore_dev.c2514 n_eqes = ecore_chain_get_capacity(&p_hwfn->p_spq->chain); in ecore_resc_alloc()