Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c882 p_hwfn->p_cxt_mngr->pf_start_line; in ecore_ilt_blk_alloc()
1135 p_hwfn->p_cxt_mngr = p_mngr; in ecore_cxt_mngr_alloc()
1189 if (!p_hwfn->p_cxt_mngr) in ecore_cxt_mngr_free()
1202 p_hwfn->p_cxt_mngr = OSAL_NULL; in ecore_cxt_mngr_free()
1493 ilt_clients = p_hwfn->p_cxt_mngr->clients; in ecore_ilt_bounds_init()
1576 p_mngr = p_hwfn->p_cxt_mngr; in ecore_ilt_init_pf()
1578 clients = p_hwfn->p_cxt_mngr->clients; in ecore_ilt_init_pf()
1635 p_hwfn->p_cxt_mngr->src_t2.first_free); in ecore_src_init_pf()
1637 p_hwfn->p_cxt_mngr->src_t2.last_free); in ecore_src_init_pf()
1979 p_hwfn->p_cxt_mngr->arfs_count = count; in ecore_cxt_set_pf_params()
[all …]
H A Decore.h654 struct ecore_cxt_mngr *p_cxt_mngr; member
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c4575 pf_start_line = p_hwfn->p_cxt_mngr->pf_start_line; in qed_ilt_dump_pages_section()
4603 for (i = 0; i < p_hwfn->p_cxt_mngr->vf_count; in qed_ilt_dump_pages_section()
4633 for (i = 0; i < p_hwfn->p_cxt_mngr->vf_count; in qed_ilt_dump_pages_section()
4671 ilt_pages = p_hwfn->p_cxt_mngr->ilt_shadow; in qed_ilt_dump()
4733 p_hwfn->p_cxt_mngr->task_ctx_size); in qed_ilt_dump()
4737 p_hwfn->p_cxt_mngr->task_type_id); in qed_ilt_dump()
4741 p_hwfn->p_cxt_mngr->first_vf_in_pf); in qed_ilt_dump()
4745 p_hwfn->p_cxt_mngr->vf_count); in qed_ilt_dump()
4752 p_hwfn->p_cxt_mngr->pf_start_line); in qed_ilt_dump()
4760 p_hwfn->p_cxt_mngr->ilt_shadow_size); in qed_ilt_dump()
[all …]