Home
last modified time | relevance | path

Searched refs:phys_mem_desc (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.h561 struct phys_mem_desc *ecore_fw_overlay_mem_alloc(struct ecore_hwfn *p_hwfn,
574 struct phys_mem_desc *fw_overlay_mem);
583 struct phys_mem_desc *fw_overlay_mem);
H A Decore_hsi_func_common.h11 struct phys_mem_desc { struct
H A Decore_cxt.h289 struct phys_mem_desc *dma_mem;
316 struct phys_mem_desc *ilt_shadow;
H A Decore_init_fw_funcs.c2091 struct phys_mem_desc *allocated_mem; in ecore_fw_overlay_mem_alloc()
2096 allocated_mem = (struct phys_mem_desc *)OSAL_ZALLOC(p_hwfn->p_dev, in ecore_fw_overlay_mem_alloc()
2099 sizeof(struct phys_mem_desc)); in ecore_fw_overlay_mem_alloc()
2104 sizeof(struct phys_mem_desc)); in ecore_fw_overlay_mem_alloc()
2108 struct phys_mem_desc *storm_mem_desc; in ecore_fw_overlay_mem_alloc()
2152 struct phys_mem_desc *fw_overlay_mem) in ecore_fw_overlay_init_ram()
2157 struct phys_mem_desc *storm_mem_desc = in ecore_fw_overlay_init_ram()
2158 (struct phys_mem_desc *)fw_overlay_mem + storm_id; in ecore_fw_overlay_init_ram()
2177 struct phys_mem_desc *fw_overlay_mem) in ecore_fw_overlay_mem_free()
2185 struct phys_mem_desc *storm_mem_desc = in ecore_fw_overlay_mem_free()
[all …]
H A Decore_cxt.c742 struct phys_mem_desc *p_t2_last_page; in ecore_cxt_src_t2_alloc()
769 sizeof(struct phys_mem_desc)); in ecore_cxt_src_t2_alloc()
851 struct phys_mem_desc *p_dma = &p_mngr->ilt_shadow[i]; in ecore_ilt_shadow_free()
868 struct phys_mem_desc *ilt_shadow = p_hwfn->p_cxt_mngr->ilt_shadow; in ecore_ilt_blk_alloc()
933 size * sizeof(struct phys_mem_desc)); in ecore_ilt_shadow_alloc()
943 (u32)(size * sizeof(struct phys_mem_desc))); in ecore_ilt_shadow_alloc()
1570 struct phys_mem_desc *p_shdw; in ecore_ilt_init_pf()
H A Decore.h713 struct phys_mem_desc *fw_overlay_mem;
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c387 BYTES_TO_DWORDS(sizeof(struct phys_mem_desc))
4509 struct phys_mem_desc *ilt_pages, in qed_ilt_dump_pages_range()
4520 struct phys_mem_desc *mem_desc = &ilt_pages[page_id]; in qed_ilt_dump_pages_range()
4556 struct phys_mem_desc *ilt_pages, in qed_ilt_dump_pages_section()
4662 struct phys_mem_desc *ilt_pages; in qed_ilt_dump()