Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c422 case BLS_ABTS: // need to ABORT one or more exchanges in cpqfcTS_WorkTask()
537 Exchanges->fcExchange[x_ID].type = BLS_ABTS; in cpqfcTS_WorkTask()
539 ulStatus = cpqfcTSBuildExchange(dev, BLS_ABTS, &fchs, // (uses only s_id) in cpqfcTS_WorkTask()
1000 cpqfcTSPutLinkQue(dev, BLS_ABTS, &x_ID); in cpqfcTSTerminateExchange()
1010 cpqfcTSPutLinkQue(dev, BLS_ABTS, &x_ID); // timed-out in cpqfcTSTerminateExchange()
1814 if ((Exchanges->fcExchange[ExchangeID].type == BLS_ABTS) && in AnalyzeIncomingFrame()
1842 if ((Exchanges->fcExchange[ExchangeID].type == BLS_ABTS) in AnalyzeIncomingFrame()
2505 if (Exchanges->fcExchange[i].type & (BLS_ABTS | BLS_ABTS_ACC)) { in cpqfcTSheartbeat()
2542 cpqfcTSPutLinkQue(dev, BLS_ABTS, &i); // timed-out in cpqfcTSheartbeat()
3391 …if (type != FCP_RESPONSE && type != BLS_ABTS && type != BLS_ABTS_ACC) // already have Exchange slo… in cpqfcTSBuildExchange()
[all …]
DcpqfcTScontrol.c746 cpqfcTSPutLinkQue(cpqfcHBAdata, BLS_ABTS, &x_ID); in CpqTsProcessIMQEntry()
750 cpqfcTSPutLinkQue(cpqfcHBAdata, BLS_ABTS, &x_ID); in CpqTsProcessIMQEntry()
903 cpqfcTSPutLinkQue(cpqfcHBAdata, BLS_ABTS, &x_ID); in CpqTsProcessIMQEntry()
DcpqfcTSstructs.h203 #define BLS_ABTS 0x10 // FC-PH Basic Link Service Abort Sequence macro
DcpqfcTSinit.c1298 cpqfcTSPutLinkQue(cpqfcHBAdata, BLS_ABTS, &i); in cpqfcTS_eh_abort()