Lines Matching defs:kfd_topology_device
165 struct kfd_topology_device { struct
166 struct list_head list;
167 uint32_t gpu_id;
168 uint32_t proximity_domain;
169 struct kfd_node_properties node_props;
170 struct list_head mem_props;
171 uint32_t cache_count;
172 struct list_head cache_props;
173 uint32_t io_link_count;
174 struct list_head io_link_props;
175 struct list_head perf_props;
176 struct kfd_dev *gpu;
177 struct kobject *kobj_node;
178 struct kobject *kobj_mem;
202 struct kfd_topology_device *kfd_create_topology_device( argument