Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c4099 if (pExchange->status & COUNT_ERROR) { in buildFCPstatus()
4933 if (Exchanges->fcExchange[x_ID].status & COUNT_ERROR) in cpqfcTSCompleteExchange()
4984 else if (Exchanges->fcExchange[x_ID].status == COUNT_ERROR) { in cpqfcTSCompleteExchange()
5031 if (stat & COUNT_ERROR) in cpqfcTSCompleteExchange()
DcpqfcTSstructs.h139 #define COUNT_ERROR 0x100 // inbound CM macro
DcpqfcTScontrol.c1388 dwStatus |= COUNT_ERROR; in CpqTsProcessIMQEntry()