Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c2301 u32 proto, seg, total_lines, i, shadow_line; in ecore_cxt_get_tid_mem_info() local
2334 shadow_line = i + p_fl_seg->start_line - in ecore_cxt_get_tid_mem_info()
2336 p_info->blocks[i] = p_mngr->ilt_shadow[shadow_line].p_virt; in ecore_cxt_get_tid_mem_info()
2355 u32 reg_offset, shadow_line, elem_size, hw_p_size, elems_per_p, line; in ecore_cxt_dynamic_ilt_alloc() local
2390 shadow_line = line - p_hwfn->p_cxt_mngr->pf_start_line; in ecore_cxt_dynamic_ilt_alloc()
2400 if (p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].p_virt) in ecore_cxt_dynamic_ilt_alloc()
2439 p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].p_virt = p_virt; in ecore_cxt_dynamic_ilt_alloc()
2440 p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].p_phys = p_phys; in ecore_cxt_dynamic_ilt_alloc()
2441 p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].size = in ecore_cxt_dynamic_ilt_alloc()
2452 (p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].p_phys >> 12)); in ecore_cxt_dynamic_ilt_alloc()