Lines Matching refs:kfd_iolink_properties
151 struct kfd_iolink_properties *iolink; in kfd_release_topology_device()
152 struct kfd_iolink_properties *p2plink; in kfd_release_topology_device()
173 struct kfd_iolink_properties, list); in kfd_release_topology_device()
180 struct kfd_iolink_properties, list); in kfd_release_topology_device()
290 struct kfd_iolink_properties *iolink; in iolink_show()
295 iolink = container_of(attr, struct kfd_iolink_properties, attr); in iolink_show()
583 struct kfd_iolink_properties *p2plink; in kfd_remove_sysfs_node_entry()
584 struct kfd_iolink_properties *iolink; in kfd_remove_sysfs_node_entry()
659 struct kfd_iolink_properties *p2plink; in kfd_build_sysfs_node_entry()
660 struct kfd_iolink_properties *iolink; in kfd_build_sysfs_node_entry()
1198 struct kfd_iolink_properties *iolink; in kfd_assign_gpu()
1199 struct kfd_iolink_properties *p2plink; in kfd_assign_gpu()
1262 struct kfd_iolink_properties *link) in kfd_set_iolink_no_atomics()
1289 struct kfd_iolink_properties *outbound_link, in kfd_set_iolink_non_coherent()
1290 struct kfd_iolink_properties *inbound_link) in kfd_set_iolink_non_coherent()
1312 struct kfd_iolink_properties *link, *inbound_link; in kfd_fill_iolink_non_crat_info()
1368 struct kfd_iolink_properties *p2plink) in kfd_build_p2p_node_entry()
1395 struct kfd_iolink_properties *gpu_link, *tmp_link, *cpu_link; in kfd_create_indirect_link_prop()
1396 struct kfd_iolink_properties *props = NULL, *props2 = NULL; in kfd_create_indirect_link_prop()
1409 struct kfd_iolink_properties, list); in kfd_create_indirect_link_prop()
1439 memcpy(props, gpu_link, sizeof(struct kfd_iolink_properties)); in kfd_create_indirect_link_prop()
1461 memcpy(props2, props, sizeof(struct kfd_iolink_properties)); in kfd_create_indirect_link_prop()
1479 struct kfd_iolink_properties *props = NULL; in kfd_add_peer_prop()
1480 struct kfd_iolink_properties *iolink1, *iolink2, *iolink3; in kfd_add_peer_prop()
1490 struct kfd_iolink_properties, list); in kfd_add_peer_prop()
1495 struct kfd_iolink_properties, list); in kfd_add_peer_prop()
1503 memcpy(props, iolink1, sizeof(struct kfd_iolink_properties)); in kfd_add_peer_prop()
1815 struct kfd_iolink_properties *iolink, *p2plink, *tmp; in kfd_topology_update_io_links()