Lines Matching refs:MAX_CARDS
27 #define MAX_CARDS 8 macro
2281 extern SCCBCARD BL_Card[MAX_CARDS];
2282 extern SCCBMGR_TAR_INFO sccbMgrTbl[MAX_CARDS][MAX_SCSI_TAR];
2305 extern UCHAR debug_int[MAX_CARDS][debug_size];
2306 extern UCHAR debug_index[MAX_CARDS];
2694 for (i = 0; i < MAX_CARDS; i++) { in SccbMgr_sense_adapter()
2737 for(thisCard =0; thisCard <= MAX_CARDS; thisCard++) { in SccbMgr_config_adapter()
2739 if (thisCard == MAX_CARDS) { in SccbMgr_config_adapter()
3303 for (i = 0; i < MAX_CARDS; i++) { in probe_adapter()
3337 for(thisCard =0; thisCard <= MAX_CARDS; thisCard++) { in init_adapter()
3339 if (thisCard == MAX_CARDS) { in init_adapter()
5245 for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) in SccbMgrTableInitAll()
5395 SCCBMGR_TAR_INFO sccbMgrTbl[MAX_CARDS][MAX_SCSI_TAR] = { { { 0 } } };
5396 SCCBCARD BL_Card[MAX_CARDS] = { { 0 } };
5423 UCHAR debug_int[MAX_CARDS][debug_size] = { 0 };
5424 UCHAR debug_index[MAX_CARDS] = { 0 };