Home
last modified time | relevance | path

Searched refs:last_ffdc (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/
Dips.c987 ha->last_ffdc = ktime_get_real_seconds(); in __ips_eh_reset()
2409 ha->last_ffdc = ktime_get_real_seconds(); in ips_hainit()
2550 if (now - ha->last_ffdc > IPS_SECS_8HOURS) { in ips_next()
2551 ha->last_ffdc = now; in ips_next()
5934 ips_fix_ffdc_time(ha, scb, ha->last_ffdc); in ips_ffdc_reset()
5970 ips_fix_ffdc_time(ha, scb, ha->last_ffdc); in ips_ffdc_time()
Dips.h1039 time64_t last_ffdc; /* last time we sent ffdc info*/ member