Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c283 p_spq->db_addr_offset, p_spq->cid, p_db_data->params, in ecore_spq_hw_post()
513 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_setup() local
585 p_spq = in ecore_spq_alloc()
620 p_hwfn->p_spq = p_spq; in ecore_spq_alloc()
631 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_free() local
635 if (!p_spq) in ecore_spq_free()
662 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_get_entry() local
723 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_add_entry() local
793 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_post_list() local
828 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_pend_post() local
[all …]
H A Decore_spq.h127 #define SPQ_COMP_BMAP_SET_BIT(p_spq, idx) \ argument
128 (OSAL_SET_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))
130 #define SPQ_COMP_BMAP_CLEAR_BIT(p_spq, idx) \ argument
131 (OSAL_CLEAR_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))
133 #define SPQ_COMP_BMAP_GET_BIT(p_spq, idx) \ argument
134 (OSAL_GET_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))
H A Decore.h624 struct ecore_spq *p_spq; member
H A Decore_dev.c2436 n_eqes = ecore_chain_get_capacity(&p_hwfn->p_spq->chain); in ecore_resc_alloc()