Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c1763 …if ((Exchanges->fcExchange[ExchangeID].type == SCSI_TWE || Exchanges->fcExchange[ExchangeID].type … in AnalyzeIncomingFrame()
3367 if (type == SCSI_IRE || type == SCSI_TRE || type == SCSI_IWE || type == SCSI_TWE) in cpqfcTSBuildExchange()
3859 case SCSI_TWE: // TachLite Target Write Entry in cpqfcTSBuildExchange()
4644 case SCSI_TWE: in cpqfcTSStartExchange()
4785 if (type == SCSI_IRE || type == SCSI_TRE || type == SCSI_IWE || type == SCSI_TWE) { in FindFreeExchange()
5365 case SCSI_TWE: // need FCP_XFER_RDY in build_FCP_payload()
DcpqfcTSstructs.h191 #define SCSI_TWE 0x500 // target write entry (for SEST) macro
DcpqfcTScontrol.c1417 if (Exchanges->fcExchange[x_ID].type == SCSI_TWE) { in CpqTsProcessIMQEntry()