Lines Matching refs:error_query_mode
1364 unsigned int error_query_mode) in amdgpu_ras_query_error_status_helper() argument
1373 if (error_query_mode == AMDGPU_RAS_INVALID_ERROR_QUERY) in amdgpu_ras_query_error_status_helper()
1376 if (error_query_mode == AMDGPU_RAS_VIRT_ERROR_COUNT_QUERY) { in amdgpu_ras_query_error_status_helper()
1378 } else if (error_query_mode == AMDGPU_RAS_DIRECT_ERROR_QUERY) { in amdgpu_ras_query_error_status_helper()
1430 unsigned int error_query_mode; in amdgpu_ras_query_error_status_with_event() local
1440 if (!amdgpu_ras_get_error_query_mode(adev, &error_query_mode)) in amdgpu_ras_query_error_status_with_event()
1455 error_query_mode); in amdgpu_ras_query_error_status_with_event()
1460 if (error_query_mode != AMDGPU_RAS_VIRT_ERROR_COUNT_QUERY) { in amdgpu_ras_query_error_status_with_event()
4818 unsigned int *error_query_mode) in amdgpu_ras_get_error_query_mode() argument
4825 *error_query_mode = AMDGPU_RAS_INVALID_ERROR_QUERY; in amdgpu_ras_get_error_query_mode()
4830 *error_query_mode = AMDGPU_RAS_VIRT_ERROR_COUNT_QUERY; in amdgpu_ras_get_error_query_mode()
4832 *error_query_mode = in amdgpu_ras_get_error_query_mode()
4835 *error_query_mode = AMDGPU_RAS_DIRECT_ERROR_QUERY; in amdgpu_ras_get_error_query_mode()