Lines Matching defs:kfd_topology_device
137 struct kfd_topology_device { struct
138 struct list_head list;
139 uint32_t gpu_id;
140 uint32_t proximity_domain;
141 struct kfd_node_properties node_props;
142 struct list_head mem_props;
143 struct list_head cache_props;
144 struct list_head io_link_props;
145 struct list_head p2p_link_props;
146 struct list_head perf_props;
147 struct kfd_node *gpu;
148 struct kobject *kobj_node;
149 struct kobject *kobj_mem;
150 struct kobject *kobj_cache;
174 struct kfd_topology_device *kfd_create_topology_device( argument