Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_spq.c266 struct ecore_spq *p_spq) in ecore_spq_hw_initialize()
317 struct ecore_spq *p_spq, in ecore_spq_hw_post()
577 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_setup() local
644 struct ecore_spq *p_spq = OSAL_NULL; in ecore_spq_alloc() local
696 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_free() local
728 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_get_entry() local
790 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_add_entry() local
861 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_post_list() local
895 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_pend_post() local
926 struct ecore_spq *p_spq = p_hwfn ? p_hwfn->p_spq : OSAL_NULL; in ecore_spq_post() local
[all …]
H A Decore_spq.h193 #define SPQ_COMP_BMAP_SET_BIT(p_spq, idx) \ argument
197 #define SPQ_COMP_BMAP_CLEAR_BIT(p_spq, idx) \ argument
201 #define SPQ_COMP_BMAP_TEST_BIT(p_spq, idx) \ argument
H A Decore.h689 struct ecore_spq *p_spq; member