Lines Matching refs:TACH_SEST_LEN
199 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()
1636 for (i = 0; i < TACH_SEST_LEN; i++) // for each exchange in CpqTsDestroyTachLiteQues()