Home
last modified time | relevance | path

Searched refs:INITIATOR_ABORT (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c443 if (Exchanges->fcExchange[x_ID].status & INITIATOR_ABORT) { in cpqfcTS_WorkTask()
474 if (!(Exchanges->fcExchange[x_ID].status & INITIATOR_ABORT)) { in cpqfcTS_WorkTask()
4931 if (Exchanges->fcExchange[x_ID].status & INITIATOR_ABORT) in cpqfcTSCompleteExchange()
4944 if (Exchanges->fcExchange[x_ID].status == INITIATOR_ABORT) { in cpqfcTSCompleteExchange()
5049 if (stat & INITIATOR_ABORT) in cpqfcTSCompleteExchange()
DcpqfcTSstructs.h148 #define INITIATOR_ABORT 0x20000L // initiator exchange timeout or O/S ABORT macro
DcpqfcTSinit.c1291 Exchanges->fcExchange[i].status = INITIATOR_ABORT; // seconds default in cpqfcTS_eh_abort()
DcpqfcTScontrol.c1150 Exchanges->fcExchange[i].status |= INITIATOR_ABORT; in CpqTsProcessIMQEntry()