num_hops 116 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h uint8_t num_hops; num_hops 322 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c return top->nodes[i].num_hops; num_hops 755 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; num_hops 770 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c topology->nodes[i].num_hops = topology_info_output->nodes[i].num_hops; num_hops 797 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; num_hops 73 drivers/gpu/drm/amd/amdgpu/ta_xgmi_if.h uint8_t num_hops; num_hops 109 drivers/thunderbolt/path.c size_t num_hops; num_hops 127 drivers/thunderbolt/path.c num_hops = 0; num_hops 148 drivers/thunderbolt/path.c num_hops++; num_hops 157 drivers/thunderbolt/path.c path->path_length = num_hops; num_hops 160 drivers/thunderbolt/path.c path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); num_hops 169 drivers/thunderbolt/path.c for (i = 0; i < num_hops; i++) { num_hops 234 drivers/thunderbolt/path.c size_t num_hops; num_hops 245 drivers/thunderbolt/path.c num_hops = abs(tb_route_length(tb_route(src->sw)) - num_hops 248 drivers/thunderbolt/path.c path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); num_hops 257 drivers/thunderbolt/path.c for (i = 0; i < num_hops; i++) { num_hops 277 drivers/thunderbolt/path.c if (i == num_hops - 1) num_hops 297 drivers/thunderbolt/path.c path->path_length = num_hops;