Home
last modified time | relevance | path

Searched refs:last_reset (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dscsi_obsolete.c629 … && !(SCpnt->host->resetting && time_before(jiffies, SCpnt->host->last_reset + MIN_RESET_PERIOD)) in scsi_old_done()
952 host->last_reset = jiffies; in scsi_reset()
970 if (host->last_reset - jiffies > 20UL * HZ) in scsi_reset()
971 host->last_reset = jiffies; in scsi_reset()
974 host->last_reset = jiffies; in scsi_reset()
983 if (time_before(host->last_reset, jiffies) || in scsi_reset()
984 (time_after(host->last_reset, jiffies + 20 * HZ))) in scsi_reset()
985 host->last_reset = jiffies; in scsi_reset()
Dhosts.h344 unsigned long last_reset; member
Dhosts.c184 retval->last_reset = 0; in scsi_register()
Dtmscsim.c1026 if (time_before (jiffies + to, pACB->pScsiHost->last_reset)) in dc390_waiting_timer()
1027 pACB->Waiting_Timer.expires = pACB->pScsiHost->last_reset + 1; in dc390_waiting_timer()
1804 pACB->pScsiHost->last_reset = jiffies + 3*HZ/2 in DC390_reset()
2022 psh->last_reset = jiffies; in dc390_initACB()
2131 pACB->pScsiHost->last_reset = jiffies + HZ/2 in dc390_initAdapter()
Dscsiiom.c35 if (time_before (jiffies, pACB->pScsiHost->last_reset)) in dc390_StartSCSI()
1769 pACB->pScsiHost->last_reset = jiffies + 5*HZ/2 in dc390_ScsiRstDetect()
Dscsi.c655 timeout = host->last_reset + MIN_RESET_DELAY; in scsi_dispatch_cmd()
Dadvansys.c4086 ulong last_reset; /* Saved last reset time */ member
6156 boardp->last_reset = jiffies; in advansys_reset()
8459 shp->host_busy, shp->last_reset, shp->max_id, shp->max_lun, in asc_prt_driver_conf()
8476 boardp->flags, boardp->last_reset, jiffies, boardp->asc_n_io_port); in asc_prt_driver_conf()
9466 (unsigned) s->last_reset); in asc_prt_scsi_host()
Ddpt_i2o.c412 pHba->host->last_reset = jiffies; in adpt_queue()