Searched refs:err_rec (Results 1 – 3 of 3) sorted by relevance
363 struct eeprom_table_record *err_rec; in amdgpu_umc_fill_error_record() local370 err_rec = &err_data->err_addr[err_data->err_addr_cnt]; in amdgpu_umc_fill_error_record()372 err_rec->address = err_addr; in amdgpu_umc_fill_error_record()374 err_rec->retired_page = retired_page >> AMDGPU_GPU_PAGE_SHIFT; in amdgpu_umc_fill_error_record()375 err_rec->ts = (uint64_t)ktime_get_real_seconds(); in amdgpu_umc_fill_error_record()376 err_rec->err_type = AMDGPU_RAS_EEPROM_ERR_NON_RECOVERABLE; in amdgpu_umc_fill_error_record()377 err_rec->cu = 0; in amdgpu_umc_fill_error_record()378 err_rec->mem_channel = channel_index; in amdgpu_umc_fill_error_record()379 err_rec->mcumc_id = umc_inst; in amdgpu_umc_fill_error_record()
167 struct eeprom_table_record err_rec; in amdgpu_reserve_page_direct() local189 memset(&err_rec, 0x0, sizeof(struct eeprom_table_record)); in amdgpu_reserve_page_direct()190 err_data.err_addr = &err_rec; in amdgpu_reserve_page_direct()
3960 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_cancel_err_detection() local3966 cancel_delayed_work_sync(&err_rec->err_detection_work); in be_cancel_err_detection()4631 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_schedule_err_detection() local4636 queue_delayed_work(be_err_recovery_workq, &err_rec->err_detection_work, in be_schedule_err_detection()5263 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_err_is_recoverable() local5281 if (time_before_eq(jiffies - err_rec->probe_time, initial_idle_time)) { in be_err_is_recoverable()5288 if (err_rec->last_recovery_time && time_before_eq( in be_err_is_recoverable()5289 jiffies - err_rec->last_recovery_time, recovery_interval)) { in be_err_is_recoverable()5296 if (ue_err_code == err_rec->last_err_code) { in be_err_is_recoverable()5302 err_rec->last_recovery_time = jiffies; in be_err_is_recoverable()[all …]