Searched refs:phys_mem_desc (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_init_fw_funcs.c | 1594 struct phys_mem_desc *qed_fw_overlay_mem_alloc(struct qed_hwfn *p_hwfn, in qed_fw_overlay_mem_alloc() 1600 struct phys_mem_desc *allocated_mem; in qed_fw_overlay_mem_alloc() 1605 allocated_mem = kcalloc(NUM_STORMS, sizeof(struct phys_mem_desc), in qed_fw_overlay_mem_alloc() 1610 memset(allocated_mem, 0, NUM_STORMS * sizeof(struct phys_mem_desc)); in qed_fw_overlay_mem_alloc() 1614 struct phys_mem_desc *storm_mem_desc; in qed_fw_overlay_mem_alloc() 1657 struct phys_mem_desc *fw_overlay_mem) in qed_fw_overlay_init_ram() 1662 struct phys_mem_desc *storm_mem_desc = in qed_fw_overlay_init_ram() 1663 (struct phys_mem_desc *)fw_overlay_mem + storm_id; in qed_fw_overlay_init_ram() 1682 struct phys_mem_desc *fw_overlay_mem) in qed_fw_overlay_mem_free() 1690 struct phys_mem_desc *storm_mem_desc = in qed_fw_overlay_mem_free() [all …]
|
D | qed_cxt.h | 291 struct phys_mem_desc *dma_mem; 320 struct phys_mem_desc *ilt_shadow;
|
D | qed_cxt.c | 823 struct phys_mem_desc *p_t2_last_page; in qed_cxt_src_t2_alloc() 848 p_t2->dma_mem = kcalloc(p_t2->num_pages, sizeof(struct phys_mem_desc), in qed_cxt_src_t2_alloc() 927 struct phys_mem_desc *p_dma = &p_mngr->ilt_shadow[i]; in qed_ilt_shadow_free() 943 struct phys_mem_desc *ilt_shadow = p_hwfn->p_cxt_mngr->ilt_shadow; in qed_ilt_blk_alloc() 996 p_mngr->ilt_shadow = kcalloc(size, sizeof(struct phys_mem_desc), in qed_ilt_shadow_alloc() 1005 (u32)(size * sizeof(struct phys_mem_desc))); in qed_ilt_shadow_alloc() 1588 struct phys_mem_desc *p_shdw; in qed_ilt_init_pf()
|
D | qed.h | 652 struct phys_mem_desc *fw_overlay_mem;
|
D | qed_debug.c | 387 BYTES_TO_DWORDS(sizeof(struct phys_mem_desc)) 4487 struct phys_mem_desc *ilt_pages, in qed_ilt_dump_pages_range() 4498 struct phys_mem_desc *mem_desc = &ilt_pages[page_id]; in qed_ilt_dump_pages_range() 4534 struct phys_mem_desc *ilt_pages, in qed_ilt_dump_pages_section() 4640 struct phys_mem_desc *ilt_pages; in qed_ilt_dump()
|
D | qed_hsi.h | 1821 struct phys_mem_desc { struct 4041 struct phys_mem_desc * 4055 struct phys_mem_desc *fw_overlay_mem); 4064 struct phys_mem_desc *fw_overlay_mem);
|