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 D | ecore_spq.c | 255 struct ecore_spq *p_spq) in ecore_spq_hw_initialize() argument 262 cxt_info.iid = p_spq->cid; in ecore_spq_hw_initialize() 268 p_spq->cid); in ecore_spq_hw_initialize() 297 DMA_LO_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize() 299 DMA_HI_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize() 306 struct ecore_spq *p_spq, in ecore_spq_hw_post() argument 309 struct ecore_chain *p_chain = &p_hwfn->p_spq->chain; in ecore_spq_hw_post() 334 DOORBELL(p_hwfn, DB_ADDR(p_spq->cid, DQ_DEMS_LEGACY), *(u32 *)&db); in ecore_spq_hw_post() 341 DB_ADDR(p_spq->cid, DQ_DEMS_LEGACY), p_spq->cid, db.params, in ecore_spq_hw_post() 570 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_setup() local [all …]
|
H A D | ecore_spq.h | 183 #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 D | ecore.h | 606 struct ecore_spq *p_spq; member
|
H A D | ecore_dev.c | 943 n_eqes = ecore_chain_get_capacity(&p_hwfn->p_spq->chain); in ecore_resc_alloc()
|