Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
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()
260 path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); in tb_path_alloc()
269 for (i = 0; i < num_hops; i++) { in tb_path_alloc()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Dta_xgmi_if.h73 uint8_t num_hops; member
Damdgpu_psp.c867 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; in psp_xgmi_get_topology_info()
882 topology->nodes[i].num_hops = topology_info_output->nodes[i].num_hops; in psp_xgmi_get_topology_info()
910 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; in psp_xgmi_set_topology_info()
Damdgpu_psp.h112 uint8_t num_hops; member
Damdgpu_xgmi.c476 return top->nodes[i].num_hops; in amdgpu_xgmi_get_hops_count()
/Linux-v5.10/drivers/misc/habanalabs/common/
Ddebugfs.c440 if (mmu_prop->num_hops == MMU_ARCH_5_HOPS) { in mmu_show()
504 if (mmu_prop->num_hops == MMU_ARCH_5_HOPS) { in mmu_show()
Dhabanalabs.h265 u32 num_hops; member
/Linux-v5.10/drivers/misc/habanalabs/goya/
Dgoya.c429 prop->dmmu.num_hops = MMU_ARCH_5_HOPS; in goya_get_fixed_properties()
436 prop->pmmu.num_hops = MMU_ARCH_5_HOPS; in goya_get_fixed_properties()
/Linux-v5.10/drivers/misc/habanalabs/gaudi/
Dgaudi.c444 prop->pmmu.num_hops = MMU_ARCH_5_HOPS; in gaudi_get_fixed_properties()