Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSstructs.h159 #define SFQ_FRAME 0x1000000L // SFQ frames from open Exchange macro
DcpqfcTSworker.c461 if (Exchanges->fcExchange[x_ID].status & SFQ_FRAME) { in cpqfcTS_WorkTask()
4957 else if (Exchanges->fcExchange[x_ID].status & SFQ_FRAME) { in cpqfcTSCompleteExchange()
5063 if (stat & SFQ_FRAME) in cpqfcTSCompleteExchange()
DcpqfcTScontrol.c900 Exchanges->fcExchange[x_ID].status |= SFQ_FRAME; in CpqTsProcessIMQEntry()