Searched refs:err_rec (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 3961 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_cancel_err_detection() local 3967 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() local 4636 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() local 5281 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 …]
|
| /linux/drivers/cxl/core/ |
| H A D | edac.c | 1069 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()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 179 struct eeprom_table_record err_rec; in amdgpu_reserve_page_direct() local 199 memset(&err_rec, 0x0, sizeof(struct eeprom_table_record)); in amdgpu_reserve_page_direct() 200 err_data.err_addr = &err_rec; in amdgpu_reserve_page_direct()
|