Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c363 struct ecore_eq *p_eq = cookie; in ecore_eq_completion() local
425 struct ecore_eq *p_eq; in ecore_eq_alloc() local
428 p_eq = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_eq)); in ecore_eq_alloc()
429 if (!p_eq) { in ecore_eq_alloc()
449 p_eq, &p_eq->eq_sb_index, &p_eq->p_fw_cons); in ecore_eq_alloc()
451 p_hwfn->p_eq = p_eq; in ecore_eq_alloc()
455 OSAL_FREE(p_hwfn->p_dev, p_eq); in ecore_eq_alloc()
461 ecore_chain_reset(&p_hwfn->p_eq->chain); in ecore_eq_setup()
466 if (!p_hwfn->p_eq) in ecore_eq_free()
471 OSAL_FREE(p_hwfn->p_dev, p_hwfn->p_eq); in ecore_eq_free()
[all …]
H A Decore_sp_commands.c305 u8 sb_index = p_hwfn->p_eq->eq_sb_index; in ecore_sp_pf_start()
314 ecore_chain_get_prod_idx(&p_hwfn->p_eq->chain)); in ecore_sp_pf_start()
372 p_hwfn->p_eq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()
373 page_cnt = (u8)ecore_chain_get_page_cnt(&p_hwfn->p_eq->chain); in ecore_sp_pf_start()
H A Decore.h627 struct ecore_eq *p_eq; member