Home
last modified time | relevance | path

Searched refs:p_consq (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_spq.c316 p_hwfn->p_consq->chain.p_phys_addr); in ecore_spq_hw_initialize()
1114 struct ecore_consq *p_consq; in ecore_consq_alloc() local
1117 p_consq = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_consq)); in ecore_consq_alloc()
1118 if (!p_consq) { in ecore_consq_alloc()
1131 &p_consq->chain, OSAL_NULL) != ECORE_SUCCESS) { in ecore_consq_alloc()
1136 p_hwfn->p_consq = p_consq; in ecore_consq_alloc()
1140 OSAL_FREE(p_hwfn->p_dev, p_consq); in ecore_consq_alloc()
1146 ecore_chain_reset(&p_hwfn->p_consq->chain); in ecore_consq_setup()
1151 if (!p_hwfn->p_consq) in ecore_consq_free()
1154 ecore_chain_free(p_hwfn->p_dev, &p_hwfn->p_consq->chain); in ecore_consq_free()
[all …]
Decore.h696 struct ecore_consq *p_consq; member
Decore_sp_commands.c401 p_hwfn->p_consq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()