Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c248 p_hwfn->p_consq->chain.p_phys_addr); in ecore_spq_hw_initialize()
1045 struct ecore_consq *p_consq; in ecore_consq_alloc() local
1048 p_consq = in ecore_consq_alloc()
1050 if (!p_consq) { in ecore_consq_alloc()
1063 &p_consq->chain, OSAL_NULL) != ECORE_SUCCESS) { in ecore_consq_alloc()
1068 p_hwfn->p_consq = p_consq; in ecore_consq_alloc()
1072 OSAL_FREE(p_hwfn->p_dev, p_consq); in ecore_consq_alloc()
1078 ecore_chain_reset(&p_hwfn->p_consq->chain); in ecore_consq_setup()
1083 if (!p_hwfn->p_consq) in ecore_consq_free()
1086 ecore_chain_free(p_hwfn->p_dev, &p_hwfn->p_consq->chain); in ecore_consq_free()
[all …]
H A Decore.h630 struct ecore_consq *p_consq; member
H A Decore_sp_commands.c376 p_hwfn->p_consq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()