Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dips.c1036 ha->last_ffdc = tv.tv_sec; in ips_eh_reset()
2593 ha->last_ffdc = tv.tv_sec;
2738 if (tv.tv_sec - ha->last_ffdc > IPS_SECS_8HOURS) {
2739 ha->last_ffdc = tv.tv_sec;
6114 ips_fix_ffdc_time(ha, scb, ha->last_ffdc);
6150 ips_fix_ffdc_time(ha, scb, ha->last_ffdc);
Dips.h1107 time_t last_ffdc; /* last time we sent ffdc info*/ member