Home
last modified time | relevance | path

Searched defs:p_spq (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c199 struct ecore_spq *p_spq) in ecore_spq_hw_initialize()
252 struct ecore_spq *p_spq, in ecore_spq_hw_post()
513 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_setup() local
580 struct ecore_spq *p_spq = OSAL_NULL; in ecore_spq_alloc() local
631 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_free() local
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
857 struct ecore_spq *p_spq = p_hwfn ? p_hwfn->p_spq : OSAL_NULL; in ecore_spq_post() local
[all …]
H A Decore_spq.h127 #define SPQ_COMP_BMAP_SET_BIT(p_spq, idx) \ argument
130 #define SPQ_COMP_BMAP_CLEAR_BIT(p_spq, idx) \ argument
133 #define SPQ_COMP_BMAP_GET_BIT(p_spq, idx) \ argument
H A Decore.h624 struct ecore_spq *p_spq; member