Lines Matching refs:error_query_mode
1361 unsigned int error_query_mode) in amdgpu_ras_query_error_status_helper() argument
1370 if (error_query_mode == AMDGPU_RAS_INVALID_ERROR_QUERY) in amdgpu_ras_query_error_status_helper()
1373 if (error_query_mode == AMDGPU_RAS_VIRT_ERROR_COUNT_QUERY) { in amdgpu_ras_query_error_status_helper()
1375 } else if (error_query_mode == AMDGPU_RAS_DIRECT_ERROR_QUERY) { in amdgpu_ras_query_error_status_helper()
1427 unsigned int error_query_mode; in amdgpu_ras_query_error_status_with_event() local
1437 if (!amdgpu_ras_get_error_query_mode(adev, &error_query_mode)) in amdgpu_ras_query_error_status_with_event()
1452 error_query_mode); in amdgpu_ras_query_error_status_with_event()
1457 if (error_query_mode != AMDGPU_RAS_VIRT_ERROR_COUNT_QUERY) { in amdgpu_ras_query_error_status_with_event()
4753 unsigned int *error_query_mode) in amdgpu_ras_get_error_query_mode() argument
4760 *error_query_mode = AMDGPU_RAS_INVALID_ERROR_QUERY; in amdgpu_ras_get_error_query_mode()
4765 *error_query_mode = AMDGPU_RAS_VIRT_ERROR_COUNT_QUERY; in amdgpu_ras_get_error_query_mode()
4767 *error_query_mode = in amdgpu_ras_get_error_query_mode()
4770 *error_query_mode = AMDGPU_RAS_DIRECT_ERROR_QUERY; in amdgpu_ras_get_error_query_mode()