Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
A Dpath.c109 size_t num_hops; in tb_path_discover() local
127 num_hops = 0; in tb_path_discover()
148 num_hops++; in tb_path_discover()
157 path->path_length = num_hops; in tb_path_discover()
160 path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); in tb_path_discover()
169 for (i = 0; i < num_hops; i++) { in tb_path_discover()
235 size_t num_hops; in tb_path_alloc() local
258 num_hops = i / 2; in tb_path_alloc()
269 for (i = 0; i < num_hops; i++) { in tb_path_alloc()
310 if (i == num_hops - 1) in tb_path_alloc()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
A Dta_xgmi_if.h74 uint8_t num_hops; member
A Damdgpu_psp.c1135 uint8_t dst_num_hops = node_info.num_hops; in psp_xgmi_reflect_topology_info()
1151 mirror_top_info->nodes[j].num_hops = dst_num_hops; in psp_xgmi_reflect_topology_info()
1192 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; in psp_xgmi_get_topology_info()
1207 if (topology_info_output->nodes[i].num_hops) in psp_xgmi_get_topology_info()
1208 topology->nodes[i].num_hops = topology_info_output->nodes[i].num_hops; in psp_xgmi_get_topology_info()
1242 get_extended_data && topology->nodes[i].num_hops) in psp_xgmi_get_topology_info()
1270 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; in psp_xgmi_set_topology_info()
A Damdgpu_psp.h126 uint8_t num_hops; member
A Damdgpu_xgmi.c517 return top->nodes[i].num_hops & num_hops_mask; in amdgpu_xgmi_get_hops_count()
/linux/drivers/misc/habanalabs/common/mmu/
A Dmmu_v1.c901 used_hops = mmu_prop->num_hops; in hl_mmu_v1_get_tlb_info()
938 if (i == mmu_prop->num_hops) in hl_mmu_v1_get_tlb_info()
/linux/drivers/misc/habanalabs/common/
A Dhabanalabs.h406 u32 num_hops; member
/linux/drivers/misc/habanalabs/goya/
A Dgoya.c431 prop->dmmu.num_hops = MMU_ARCH_5_HOPS; in goya_set_fixed_properties()
438 prop->pmmu.num_hops = MMU_ARCH_5_HOPS; in goya_set_fixed_properties()
/linux/drivers/misc/habanalabs/gaudi/
A Dgaudi.c615 prop->pmmu.num_hops = MMU_ARCH_5_HOPS; in gaudi_set_fixed_properties()

Completed in 747 milliseconds