Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dta_xgmi_if.h74 uint8_t num_hops; member
H A Damdgpu_psp.c1335 uint8_t dst_num_hops = node_info.num_hops; in psp_xgmi_reflect_topology_info()
1354 mirror_top_info->nodes[j].num_hops = dst_num_hops; in psp_xgmi_reflect_topology_info()
1397 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; in psp_xgmi_get_topology_info()
1412 if (topology_info_output->nodes[i].num_hops) in psp_xgmi_get_topology_info()
1413 topology->nodes[i].num_hops = topology_info_output->nodes[i].num_hops; in psp_xgmi_get_topology_info()
1450 if (requires_reflection && topology->nodes[i].num_hops) in psp_xgmi_get_topology_info()
1478 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops; in psp_xgmi_set_topology_info()
H A Damdgpu_xgmi.c347 sprintf(buf + 3 * i, "%02x ", top->nodes[i].num_hops); in amdgpu_xgmi_show_num_hops()
697 return top->nodes[i].num_hops & num_hops_mask; in amdgpu_xgmi_get_hops_count()
H A Damdgpu_psp.h148 uint8_t num_hops; member