Lines Matching defs:kfd_topology_device
144 struct kfd_topology_device { struct
145 struct list_head list;
146 uint32_t gpu_id;
147 uint32_t proximity_domain;
148 struct kfd_node_properties node_props;
149 struct list_head mem_props;
150 struct list_head cache_props;
151 struct list_head io_link_props;
152 struct list_head p2p_link_props;
153 struct list_head perf_props;
154 struct kfd_node *gpu;
155 struct kobject *kobj_node;
156 struct kobject *kobj_mem;
157 struct kobject *kobj_cache;
158 struct kobject *kobj_iolink;
159 struct kobject *kobj_p2plink;
160 struct kobject *kobj_perf;
161 struct attribute attr_gpuid;
162 struct attribute attr_name;
163 struct attribute attr_props;
164 union {
168 uint8_t oem_table_id[CRAT_OEMTABLEID_LENGTH];
169 uint32_t oem_revision;