Searched refs:boot_error (Results 1 – 2 of 2) sorted by relevance
5104 u32 boot_error; in amdgpu_ras_boot_time_error_reporting() local5119 socket_id = AMDGPU_RAS_GPU_ERR_SOCKET_ID(boot_error); in amdgpu_ras_boot_time_error_reporting()5120 aid_id = AMDGPU_RAS_GPU_ERR_AID_ID(boot_error); in amdgpu_ras_boot_time_error_reporting()5123 if (AMDGPU_RAS_GPU_ERR_MEM_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()5128 if (AMDGPU_RAS_GPU_ERR_FW_LOAD(boot_error)) in amdgpu_ras_boot_time_error_reporting()5133 if (AMDGPU_RAS_GPU_ERR_WAFL_LINK_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()5138 if (AMDGPU_RAS_GPU_ERR_XGMI_LINK_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()5153 if (AMDGPU_RAS_GPU_ERR_HBM_MEM_TEST(boot_error)) in amdgpu_ras_boot_time_error_reporting()5158 if (AMDGPU_RAS_GPU_ERR_HBM_BIST_TEST(boot_error)) in amdgpu_ras_boot_time_error_reporting()5163 if (AMDGPU_RAS_GPU_ERR_DATA_ABORT(boot_error)) in amdgpu_ras_boot_time_error_reporting()[all …]
463 short boot_error = 0; in create_adapter_obj() local510 boot_error = hpi6000_adapter_boot_load_dsp(pao, pos_error_code); in create_adapter_obj()511 if (boot_error) in create_adapter_obj()512 return boot_error; in create_adapter_obj()