Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c420 struct ecore_eq *p_eq = cookie; in ecore_eq_completion() local
483 struct ecore_eq *p_eq; in ecore_eq_alloc() local
486 p_eq = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_eq)); in ecore_eq_alloc()
487 if (!p_eq) { in ecore_eq_alloc()
507 p_eq, &p_eq->eq_sb_index, &p_eq->p_fw_cons); in ecore_eq_alloc()
509 p_hwfn->p_eq = p_eq; in ecore_eq_alloc()
513 OSAL_FREE(p_hwfn->p_dev, p_eq); in ecore_eq_alloc()
519 ecore_chain_reset(&p_hwfn->p_eq->chain); in ecore_eq_setup()
524 if (!p_hwfn->p_eq) in ecore_eq_free()
529 OSAL_FREE(p_hwfn->p_dev, p_hwfn->p_eq); in ecore_eq_free()
[all …]
H A Decore_sp_commands.c329 u8 sb_index = p_hwfn->p_eq->eq_sb_index; in ecore_sp_pf_start()
337 ecore_chain_get_prod_idx(&p_hwfn->p_eq->chain)); in ecore_sp_pf_start()
378 p_hwfn->p_eq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()
379 page_cnt = (u8)ecore_chain_get_page_cnt(&p_hwfn->p_eq->chain); in ecore_sp_pf_start()
H A Decore.h609 struct ecore_eq *p_eq; member