topology_info_output  738 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 	struct ta_xgmi_cmd_get_topology_info_output *topology_info_output;
topology_info_output  766 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 	topology_info_output = &xgmi_cmd->xgmi_out_message.get_topology_info;
topology_info_output  769 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 		topology->nodes[i].node_id = topology_info_output->nodes[i].node_id;
topology_info_output  770 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 		topology->nodes[i].num_hops = topology_info_output->nodes[i].num_hops;
topology_info_output  771 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 		topology->nodes[i].is_sharing_enabled = topology_info_output->nodes[i].is_sharing_enabled;
topology_info_output  772 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 		topology->nodes[i].sdma_engine = topology_info_output->nodes[i].sdma_engine;