Home
last modified time | relevance | path

Searched refs:DEVICE_REMOVED (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c449 if (Exchanges->fcExchange[x_ID].status & DEVICE_REMOVED) { in cpqfcTS_WorkTask()
536 && !(Exchanges->fcExchange[x_ID].status & DEVICE_REMOVED)) { in cpqfcTS_WorkTask()
871 cpqfcTSTerminateExchange(dev, &pFcPort->ScsiNexus, DEVICE_REMOVED); in cpqfcTSImplicitLogout()
1272 cpqfcTSTerminateExchange(dev, &pLoggedInPort->ScsiNexus, DEVICE_REMOVED); in ProcessELS_Request()
4975 else if (Exchanges->fcExchange[x_ID].status & DEVICE_REMOVED) { in cpqfcTSCompleteExchange()
5061 if (stat & DEVICE_REMOVED) in cpqfcTSCompleteExchange()
DcpqfcTSstructs.h154 #define DEVICE_REMOVED 0x800000L // fc Port address changed macro
DcpqfcTScontrol.c743 if (!(Exchanges->fcExchange[x_ID].status & DEVICE_REMOVED)) { in CpqTsProcessIMQEntry()