Searched refs:ilt_shadow (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c926 for (i = 0; p_mngr->ilt_shadow && i < ilt_size; i++) {
927 struct phys_mem_desc *p_dma = &p_mngr->ilt_shadow[i];
935 kfree(p_mngr->ilt_shadow);
936 p_mngr->ilt_shadow = NULL;
944 struct phys_mem_desc *ilt_shadow = p_hwfn->p_cxt_mngr->ilt_shadow; local
973 ilt_shadow[line].phys_addr = p_phys;
974 ilt_shadow[line].virt_addr = p_virt;
975 ilt_shadow[line].size = size;
997 p_mngr->ilt_shadow
[all...]
H A Dqed_cxt.h332 struct phys_mem_desc *ilt_shadow; member in struct:qed_cxt_mngr
H A Dqed_debug.c5024 ilt_pages = p_hwfn->p_cxt_mngr->ilt_shadow;

Completed in 219 milliseconds