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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTScontrol.c226 (ULONG)sizeof(TachSEST), TACH_SEST_LEN);
230 // sizeof(TachSEST), 64*TACH_SEST_LEN, 0L );
238 for( i=0; i < TACH_SEST_LEN; i++) // for each exchange
241 fcChip->SEST->length = TACH_SEST_LEN; // e.g. DON'T subtract one
805 if( x_ID < TACH_SEST_LEN )
844 if( ((x_ID < TACH_SEST_LEN) && RPCset)||
845 (x_ID >= TACH_SEST_LEN) ) // non-SCSI command
851 if( x_ID >= TACH_SEST_LEN ) // Link Service Outbound frame?
899 for( x_ID = 0; x_ID < TACH_SEST_LEN; x_ID++)
984 for( x_ID = 0; x_ID < TACH_SEST_LEN; x_I
[all...]
H A DcpqfcTSstructs.h89 #define CPQFCTS_REQ_QUEUE_LEN (TACH_SEST_LEN/2) // must be < TACH_SEST_LEN
322 #define TACH_SEST_LEN 512 // TachLite SEST macro
326 #define TACH_MAX_XID (TACH_SEST_LEN + ELS_EXCHANGES) // ELS exchanges
547 } u[TACH_SEST_LEN];
549 TachFCHDR DataHDR[TACH_SEST_LEN]; // for SEST FCP_DATA frame hdr (no pl)
550 TachFCHDR_RSP RspHDR[TACH_SEST_LEN]; // space for SEST FCP_RSP frame
551 PSGPAGES sgPages[TACH_SEST_LEN]; // head of linked list of Pool-allocations
H A DcpqfcTSworker.c480 if( x_ID > TACH_SEST_LEN ) // (in)sanity check
1217 for( x_ID = 0; x_ID < TACH_SEST_LEN; x_ID++)
1882 for( i=0; i< TACH_SEST_LEN; i++)
2282 ExchangeID < TACH_SEST_LEN; ExchangeID++)
2356 if( ExchangeID < TACH_SEST_LEN ) // x_ID makes sense
2389 if( ExchangeID < TACH_SEST_LEN ) // x_ID makes sense
2732 for( i=0; i< TACH_SEST_LEN; i++)
3169 if( i >= TACH_SEST_LEN ) // Link Service Exchange
3451 for( x_ID = 0; x_ID < TACH_SEST_LEN; x_ID++)
5572 if( ExchangeID >= TACH_SEST_LEN ) // Lin
[all...]
H A DcpqfcTSinit.c1439 for( i=0; i< TACH_SEST_LEN; i++)
1460 if( i >= TACH_SEST_LEN ) // didn't find Cmnd ptr in chip's SEST?

Completed in 57 milliseconds