Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c255 struct ecore_spq *p_spq) in ecore_spq_hw_initialize()
306 struct ecore_spq *p_spq, in ecore_spq_hw_post()
570 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_setup() local
616 struct ecore_spq *p_spq = OSAL_NULL; in ecore_spq_alloc() local
665 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_free() local
690 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_get_entry() local
753 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_add_entry() local
825 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_post_list() local
859 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_pend_post() local
890 struct ecore_spq *p_spq = p_hwfn ? p_hwfn->p_spq : OSAL_NULL; in ecore_spq_post() local
[all …]
H A Decore_spq.h183 #define SPQ_COMP_BMAP_SET_BIT(p_spq, idx) \ argument
187 #define SPQ_COMP_BMAP_CLEAR_BIT(p_spq, idx) \ argument
191 #define SPQ_COMP_BMAP_TEST_BIT(p_spq, idx) \ argument
H A Decore.h606 struct ecore_spq *p_spq; member