Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thunderbolt/
Dpath.c111 size_t num_hops; in tb_path_discover() local
129 num_hops = 0; in tb_path_discover()
150 num_hops++; in tb_path_discover()
159 path->path_length = num_hops; in tb_path_discover()
163 path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); in tb_path_discover()
175 for (i = 0; i < num_hops; i++) { in tb_path_discover()
245 size_t num_hops; in tb_path_alloc() local
268 num_hops = i / 2; in tb_path_alloc()
270 path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); in tb_path_alloc()
281 for (i = 0; i < num_hops; i++) { in tb_path_alloc()
[all …]
/linux-5.19.10/drivers/misc/habanalabs/common/mmu/
Dmmu_v1.c597 int num_hops, hop_idx, prev_hop, rc = -ENOMEM; in hl_mmu_v1_map() local
617 num_hops = is_huge ? (MMU_V1_MAX_HOPS - 1) : MMU_V1_MAX_HOPS; in hl_mmu_v1_map()
619 for (hop_idx = MMU_HOP0; hop_idx < num_hops; hop_idx++) { in hl_mmu_v1_map()
647 for (hop_idx = MMU_HOP1; hop_idx < num_hops; hop_idx++) { in hl_mmu_v1_map()
659 for (hop_idx = MMU_HOP0; hop_idx < num_hops; hop_idx++) in hl_mmu_v1_map()
671 write_final_pte(ctx, hop_pte_addr[num_hops - 1], curr_pte); in hl_mmu_v1_map()
673 for (hop_idx = MMU_HOP1; hop_idx < num_hops; hop_idx++) { in hl_mmu_v1_map()
684 get_pte(ctx, hop_addr[num_hops - 1]); in hl_mmu_v1_map()
689 for (hop_idx = num_hops; hop_idx > MMU_HOP0; hop_idx--) { in hl_mmu_v1_map()
751 used_hops = mmu_prop->num_hops; in hl_mmu_v1_get_tlb_info()
[all …]
Dmmu.c737 if (hop_idx >= mmu_prop->num_hops) { in hl_mmu_get_hop_pte_phys_addr()
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Dta_xgmi_if.h74 uint8_t num_hops; member
Damdgpu_psp.c1265 uint8_t dst_num_hops = node_info.num_hops; in psp_xgmi_reflect_topology_info()
1281 mirror_top_info->nodes[j].num_hops = dst_num_hops; in psp_xgmi_reflect_topology_info()
1322 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; in psp_xgmi_get_topology_info()
1337 if (topology_info_output->nodes[i].num_hops) in psp_xgmi_get_topology_info()
1338 topology->nodes[i].num_hops = topology_info_output->nodes[i].num_hops; in psp_xgmi_get_topology_info()
1372 get_extended_data && topology->nodes[i].num_hops) in psp_xgmi_get_topology_info()
1400 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; in psp_xgmi_set_topology_info()
Damdgpu_psp.h139 uint8_t num_hops; member
Damdgpu_xgmi.c536 return top->nodes[i].num_hops & num_hops_mask; in amdgpu_xgmi_get_hops_count()
/linux-5.19.10/drivers/misc/habanalabs/common/
Dhabanalabs.h419 u32 num_hops; member
/linux-5.19.10/drivers/misc/habanalabs/goya/
Dgoya.c434 prop->dmmu.num_hops = MMU_ARCH_5_HOPS; in goya_set_fixed_properties()
445 prop->pmmu.num_hops = MMU_ARCH_5_HOPS; in goya_set_fixed_properties()
/linux-5.19.10/drivers/misc/habanalabs/gaudi/
Dgaudi.c617 prop->pmmu.num_hops = MMU_ARCH_5_HOPS; in gaudi_set_fixed_properties()