Searched refs:ilt_shadow (Results 1 – 1 of 1) sorted by relevance
222 struct ecore_dma_mem *ilt_shadow; member1082 if (p_mngr->ilt_shadow == OSAL_NULL) in ecore_ilt_shadow_free()1087 for (i = 0; p_mngr->ilt_shadow && i < ilt_size; i++) { in ecore_ilt_shadow_free()1088 struct ecore_dma_mem *p_dma = &p_mngr->ilt_shadow[i]; in ecore_ilt_shadow_free()1097 OSAL_FREE(p_hwfn->p_dev, p_mngr->ilt_shadow); in ecore_ilt_shadow_free()1098 p_mngr->ilt_shadow = OSAL_NULL; in ecore_ilt_shadow_free()1106 struct ecore_dma_mem *ilt_shadow = p_hwfn->p_cxt_mngr->ilt_shadow; in ecore_ilt_blk_alloc() local1137 ilt_shadow[line].p_phys = p_phys; in ecore_ilt_blk_alloc()1138 ilt_shadow[line].p_virt = p_virt; in ecore_ilt_blk_alloc()1139 ilt_shadow[line].size = size; in ecore_ilt_blk_alloc()[all …]