Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dips.c987 ha->last_ffdc = ktime_get_real_seconds(); in __ips_eh_reset()
2408 ha->last_ffdc = ktime_get_real_seconds(); in ips_hainit()
2549 if (now - ha->last_ffdc > IPS_SECS_8HOURS) { in ips_next()
2550 ha->last_ffdc = now; in ips_next()
5933 ips_fix_ffdc_time(ha, scb, ha->last_ffdc); in ips_ffdc_reset()
5969 ips_fix_ffdc_time(ha, scb, ha->last_ffdc); in ips_ffdc_time()
H A Dips.h1039 time64_t last_ffdc; /* last time we sent ffdc info*/ member