Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c194 struct qed_dma_mem { struct
228 struct qed_dma_mem *ilt_shadow;
235 struct qed_dma_mem *t2;
906 struct qed_dma_mem *p_t2; in qed_cxt_src_t2_alloc()
927 p_mngr->t2 = kcalloc(p_mngr->t2_num_pages, sizeof(struct qed_dma_mem), in qed_cxt_src_t2_alloc()
1017 struct qed_dma_mem *p_dma = &p_mngr->ilt_shadow[i]; in qed_ilt_shadow_free()
1033 struct qed_dma_mem *ilt_shadow = p_hwfn->p_cxt_mngr->ilt_shadow; in qed_ilt_blk_alloc()
1086 p_mngr->ilt_shadow = kcalloc(size, sizeof(struct qed_dma_mem), in qed_ilt_shadow_alloc()
1095 (u32)(size * sizeof(struct qed_dma_mem))); in qed_ilt_shadow_alloc()
1677 struct qed_dma_mem *p_shdw; in qed_ilt_init_pf()