Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTScontrol.c199 printk("Allocating %u for TachSEST for %u Exchanges\n", (u32) sizeof(TachSEST), TACH_SEST_LEN); in CpqTsCreateTachLiteQues()
208 for (i = 0; i < TACH_SEST_LEN; i++) // for each exchange in CpqTsCreateTachLiteQues()
211 fcChip->SEST->length = TACH_SEST_LEN; // e.g. DON'T subtract one in CpqTsCreateTachLiteQues()
728 if (x_ID < TACH_SEST_LEN) { in CpqTsProcessIMQEntry()
763 if (((x_ID < TACH_SEST_LEN) && RPCset) || (x_ID >= TACH_SEST_LEN)) // non-SCSI command in CpqTsProcessIMQEntry()
769 if (x_ID >= TACH_SEST_LEN) // Link Service Outbound frame? in CpqTsProcessIMQEntry()
815 for (x_ID = 0; x_ID < TACH_SEST_LEN; x_ID++) { in CpqTsProcessIMQEntry()
894 for (x_ID = 0; x_ID < TACH_SEST_LEN; x_ID++) { in CpqTsProcessIMQEntry()
1143 for (i = TACH_SEST_LEN; i < TACH_MAX_XID; i++) { // looking for Extended Link Serv.Exchanges in CpqTsProcessIMQEntry()
1367 if (x_ID < TACH_SEST_LEN) // don't go beyond SEST array space in CpqTsProcessIMQEntry()
[all …]
DcpqfcTSstructs.h94 #define CPQFCTS_REQ_QUEUE_LEN (TACH_SEST_LEN/2) // must be < TACH_SEST_LEN
316 #define TACH_SEST_LEN 512 // TachLite SEST macro
320 #define TACH_MAX_XID (TACH_SEST_LEN + ELS_EXCHANGES) // ELS exchanges
537 } u[TACH_SEST_LEN];
539 TachFCHDR DataHDR[TACH_SEST_LEN]; // for SEST FCP_DATA frame hdr (no pl)
540 TachFCHDR_RSP RspHDR[TACH_SEST_LEN]; // space for SEST FCP_RSP frame
541 PSGPAGES sgPages[TACH_SEST_LEN]; // head of linked list of Pool-allocations
DcpqfcTSworker.c427 if (x_ID > TACH_SEST_LEN) // (in)sanity check in cpqfcTS_WorkTask()
994 for (x_ID = 0; x_ID < TACH_SEST_LEN; x_ID++) { in cpqfcTSTerminateExchange()
1473 for (i = 0; i < TACH_SEST_LEN; i++) { in ProcessELS_Reply()
1753 for (ExchangeID = 0, AbortAccept = 0; ExchangeID < TACH_SEST_LEN; ExchangeID++) { in AnalyzeIncomingFrame()
1806 if (ExchangeID < TACH_SEST_LEN) // x_ID makes sense in AnalyzeIncomingFrame()
1834 if (ExchangeID < TACH_SEST_LEN) // x_ID makes sense in AnalyzeIncomingFrame()
2128 for (i = 0; i < TACH_SEST_LEN; i++) { in ScsiReportLunsDone()
2495 if (i >= TACH_SEST_LEN) // Link Service Exchange in cpqfcTSheartbeat()
2762 for (x_ID = 0; x_ID < TACH_SEST_LEN; x_ID++) { in RevalidateSEST()
4535 if (ExchangeID >= TACH_SEST_LEN) // Link Service Outbound frame? in cpqfcTSStartExchange()
[all …]
DcpqfcTSinit.c1285 for (i = 0; i < TACH_SEST_LEN; i++) { in cpqfcTS_eh_abort()
1304 if (i >= TACH_SEST_LEN) // didn't find Cmnd ptr in chip's SEST? in cpqfcTS_eh_abort()