Home
last modified time | relevance | path

Searched refs:MAX_CARDS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Dg_NCR5380.c81 #define MAX_CARDS 8 macro
801 ret = isa_register_driver(&generic_NCR5380_isa_driver, MAX_CARDS); in generic_NCR5380_init()
H A DFlashPoint.c21 #define MAX_CARDS 8 macro
883 static struct sccb_mgr_tar_info FPT_sccbMgrTbl[MAX_CARDS][MAX_SCSI_TAR] =
885 static struct sccb_card FPT_BL_Card[MAX_CARDS] = { {0} };
1196 for (thisCard = 0; thisCard <= MAX_CARDS; thisCard++) { in FlashPoint_HardwareResetHostAdapter()
1198 if (thisCard == MAX_CARDS) in FlashPoint_HardwareResetHostAdapter()
2114 for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) { in FPT_SccbMgrTableInitAll()