Lines Matching refs:topo_dev
519 struct kfd_topology_device *topo_dev = in kfd_dbg_trap_set_flags() local
521 uint32_t caps = topo_dev->node_props.capability; in kfd_dbg_trap_set_flags()
1073 struct kfd_topology_device *topo_dev = kfd_topology_device_by_id(pdd->dev->id); in kfd_dbg_trap_device_snapshot() local
1083 device_info.location_id = topo_dev->node_props.location_id; in kfd_dbg_trap_device_snapshot()
1084 device_info.vendor_id = topo_dev->node_props.vendor_id; in kfd_dbg_trap_device_snapshot()
1085 device_info.device_id = topo_dev->node_props.device_id; in kfd_dbg_trap_device_snapshot()
1091 topo_dev->node_props.gfx_target_version; in kfd_dbg_trap_device_snapshot()
1092 device_info.simd_count = topo_dev->node_props.simd_count; in kfd_dbg_trap_device_snapshot()
1094 topo_dev->node_props.max_waves_per_simd; in kfd_dbg_trap_device_snapshot()
1095 device_info.array_count = topo_dev->node_props.array_count; in kfd_dbg_trap_device_snapshot()
1097 topo_dev->node_props.simd_arrays_per_engine; in kfd_dbg_trap_device_snapshot()
1099 device_info.capability = topo_dev->node_props.capability; in kfd_dbg_trap_device_snapshot()
1100 device_info.debug_prop = topo_dev->node_props.debug_prop; in kfd_dbg_trap_device_snapshot()