Home
last modified time | relevance | path

Searched refs:err_rec (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umc.c420 struct eeprom_table_record *err_rec; in amdgpu_umc_fill_error_record() local
427 err_rec = &err_data->err_addr[err_data->err_addr_cnt]; in amdgpu_umc_fill_error_record()
429 err_rec->address = err_addr; in amdgpu_umc_fill_error_record()
431 err_rec->retired_page = retired_page >> AMDGPU_GPU_PAGE_SHIFT; in amdgpu_umc_fill_error_record()
432 err_rec->ts = (uint64_t)ktime_get_real_seconds(); in amdgpu_umc_fill_error_record()
433 err_rec->err_type = AMDGPU_RAS_EEPROM_ERR_NON_RECOVERABLE; in amdgpu_umc_fill_error_record()
434 err_rec->cu = 0; in amdgpu_umc_fill_error_record()
435 err_rec->mem_channel = channel_index; in amdgpu_umc_fill_error_record()
436 err_rec->mcumc_id = umc_inst; in amdgpu_umc_fill_error_record()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c3963 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_cancel_err_detection() local
3969 cancel_delayed_work_sync(&err_rec->err_detection_work); in be_cancel_err_detection()
4632 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_schedule_err_detection() local
4637 queue_delayed_work(be_err_recovery_workq, &err_rec->err_detection_work, in be_schedule_err_detection()
5262 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_err_is_recoverable() local
5280 if (time_before_eq(jiffies - err_rec->probe_time, initial_idle_time)) { in be_err_is_recoverable()
5287 if (err_rec->last_recovery_time && time_before_eq( in be_err_is_recoverable()
5288 jiffies - err_rec->last_recovery_time, recovery_interval)) { in be_err_is_recoverable()
5295 if (ue_err_code == err_rec->last_err_code) { in be_err_is_recoverable()
5301 err_rec->last_recovery_time = jiffies; in be_err_is_recoverable()
[all …]
/linux/drivers/cxl/core/
H A Dedac.c1069 void *err_rec; in cxl_del_overflow_old_recs() local
1072 xa_for_each(rec_xarray, index, err_rec) in cxl_del_overflow_old_recs()
1079 xa_for_each(rec_xarray, index, err_rec) { in cxl_del_overflow_old_recs()
1081 kfree(err_rec); in cxl_del_overflow_old_recs()