Home
last modified time | relevance | path

Searched refs:timeOut (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c2490 if (!Exchanges->fcExchange[i].timeOut) // time expired in cpqfcTSheartbeat()
2503 Exchanges->fcExchange[i].timeOut = 30000; // seconds default in cpqfcTSheartbeat()
2548 --Exchanges->fcExchange[i].timeOut; in cpqfcTSheartbeat()
3441 Exchanges->fcExchange[*fcExchangeIndex].timeOut = 1; // seconds in cpqfcTSBuildExchange()
3459 Exchanges->fcExchange[*fcExchangeIndex].timeOut = 5; // seconds in cpqfcTSBuildExchange()
3493 Exchanges->fcExchange[*fcExchangeIndex].timeOut = 5; // seconds in cpqfcTSBuildExchange()
3524 Exchanges->fcExchange[*fcExchangeIndex].timeOut = 2; // seconds in cpqfcTSBuildExchange()
3530 Exchanges->fcExchange[*fcExchangeIndex].timeOut = 2; // seconds in cpqfcTSBuildExchange()
3572 Exchanges->fcExchange[*fcExchangeIndex].timeOut = 2; // seconds in cpqfcTSBuildExchange()
3607 Exchanges->fcExchange[*fcExchangeIndex].timeOut = 1; // assume done in cpqfcTSBuildExchange()
[all …]
DcpqfcTSstructs.h734 __u32 timeOut; // units of ??, DEC by driver, Abort when 0 member
Dcpqfc.Readme248 This can be easily changed in "Exchanges[].timeOut".
DcpqfcTSinit.c1292 Exchanges->fcExchange[i].timeOut = 10; // seconds default (changed later) in cpqfcTS_eh_abort()
DcpqfcTScontrol.c732 Exchanges->fcExchange[x_ID].timeOut = 30000; // seconds default in CpqTsProcessIMQEntry()