Lines Matching refs:kfd_iolink_properties

134 	struct kfd_iolink_properties *iolink;  in kfd_release_topology_device()
135 struct kfd_iolink_properties *p2plink; in kfd_release_topology_device()
156 struct kfd_iolink_properties, list); in kfd_release_topology_device()
163 struct kfd_iolink_properties, list); in kfd_release_topology_device()
273 struct kfd_iolink_properties *iolink; in iolink_show()
278 iolink = container_of(attr, struct kfd_iolink_properties, attr); in iolink_show()
572 struct kfd_iolink_properties *p2plink; in kfd_remove_sysfs_node_entry()
573 struct kfd_iolink_properties *iolink; in kfd_remove_sysfs_node_entry()
648 struct kfd_iolink_properties *p2plink; in kfd_build_sysfs_node_entry()
649 struct kfd_iolink_properties *iolink; in kfd_build_sysfs_node_entry()
1160 struct kfd_iolink_properties *iolink; in kfd_assign_gpu()
1161 struct kfd_iolink_properties *p2plink; in kfd_assign_gpu()
1222 struct kfd_iolink_properties *link) in kfd_set_iolink_no_atomics()
1249 struct kfd_iolink_properties *outbound_link, in kfd_set_iolink_non_coherent()
1250 struct kfd_iolink_properties *inbound_link) in kfd_set_iolink_non_coherent()
1282 struct kfd_iolink_properties *outbound_link, in kfd_set_recommended_sdma_engines()
1283 struct kfd_iolink_properties *inbound_link) in kfd_set_recommended_sdma_engines()
1320 struct kfd_iolink_properties *link, *inbound_link; in kfd_fill_iolink_non_crat_info()
1383 struct kfd_iolink_properties *p2plink) in kfd_build_p2p_node_entry()
1410 struct kfd_iolink_properties *gpu_link, *tmp_link, *cpu_link; in kfd_create_indirect_link_prop()
1411 struct kfd_iolink_properties *props = NULL, *props2 = NULL; in kfd_create_indirect_link_prop()
1427 struct kfd_iolink_properties, list); in kfd_create_indirect_link_prop()
1455 memcpy(props, gpu_link, sizeof(struct kfd_iolink_properties)); in kfd_create_indirect_link_prop()
1477 memcpy(props2, props, sizeof(struct kfd_iolink_properties)); in kfd_create_indirect_link_prop()
1495 struct kfd_iolink_properties *props = NULL; in kfd_add_peer_prop()
1496 struct kfd_iolink_properties *iolink1, *iolink2, *iolink3; in kfd_add_peer_prop()
1509 struct kfd_iolink_properties, list); in kfd_add_peer_prop()
1515 struct kfd_iolink_properties, list); in kfd_add_peer_prop()
1521 memcpy(props, iolink1, sizeof(struct kfd_iolink_properties)); in kfd_add_peer_prop()
2205 struct kfd_iolink_properties *iolink, *p2plink, *tmp; in kfd_topology_update_io_links()