Symbol: ras_event_type
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
1498
enum ras_event_type type)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
1874
enum ras_event_type type;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
2289
enum ras_event_type type = RAS_EVENT_TYPE_POISON_CONSUMPTION;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
2340
enum ras_event_type type = RAS_EVENT_TYPE_POISON_CREATION;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
2544
static void amdgpu_ras_log_on_err_counter(struct amdgpu_device *adev, enum ras_event_type type)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
2724
static enum ras_event_type amdgpu_ras_get_fatal_error_event(struct amdgpu_device *adev)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
2741
enum ras_event_type type;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
3448
enum ras_event_type type = RAS_EVENT_TYPE_POISON_CREATION;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
4634
int amdgpu_ras_mark_ras_event_caller(struct amdgpu_device *adev, enum ras_event_type type,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
4664
u64 amdgpu_ras_acquire_event_id(struct amdgpu_device *adev, enum ras_event_type type)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
4695
enum ras_event_type type = RAS_EVENT_TYPE_FATAL;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.h
458
enum ras_event_type type;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.h
997
u64 amdgpu_ras_acquire_event_id(struct amdgpu_device *adev, enum ras_event_type type);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.h
998
int amdgpu_ras_mark_ras_event_caller(struct amdgpu_device *adev, enum ras_event_type type,
sys/dev/pci/drm/amd/amdkfd/kfd_int_process_v9.c
150
enum ras_event_type type = RAS_EVENT_TYPE_POISON_CONSUMPTION;