Searched refs:MAX_CARDS (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
D | l1oip_core.c | 235 #define MAX_CARDS 16 macro 236 static u_int type[MAX_CARDS]; 237 static u_int codec[MAX_CARDS]; 238 static u_int ip[MAX_CARDS * 4]; 239 static u_int port[MAX_CARDS]; 240 static u_int remoteport[MAX_CARDS]; 241 static u_int ondemand[MAX_CARDS]; 242 static u_int limit[MAX_CARDS]; 243 static u_int id[MAX_CARDS]; 1451 while (l1oip_cnt < MAX_CARDS && type[l1oip_cnt]) { in l1oip_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
D | lance.c | 314 #define MAX_CARDS 8 /* Max number of interfaces (cards) per module */ macro 316 static struct net_device *dev_lance[MAX_CARDS]; 317 static int io[MAX_CARDS]; 318 static int dma[MAX_CARDS]; 319 static int irq[MAX_CARDS]; 335 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) { in init_module() 375 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) { in cleanup_module()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
D | cosa.c | 179 #define MAX_CARDS 16 macro 204 static struct cosa_data cosa_cards[MAX_CARDS]; 208 static int io[MAX_CARDS+1] = { 0x220, 0x228, 0x210, 0x218, 0, }; 210 static int dma[MAX_CARDS+1] = { 1, 7, 1, 7, 1, 7, 1, 7, 0, }; 212 static int io[MAX_CARDS+1]; 213 static int dma[MAX_CARDS+1]; 216 static int irq[MAX_CARDS+1] = { -1, -1, -1, -1, -1, -1, 0, }; 364 for (i=0; i<MAX_CARDS; i++) in cosa_init() 366 for (i=0; io[i] != 0 && i < MAX_CARDS; i++) in cosa_init()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | g_NCR5380.c | 81 #define MAX_CARDS 8 macro 801 ret = isa_register_driver(&generic_NCR5380_isa_driver, MAX_CARDS); in generic_NCR5380_init()
|
D | FlashPoint.c | 21 #define MAX_CARDS 8 macro 911 static struct sccb_mgr_tar_info FPT_sccbMgrTbl[MAX_CARDS][MAX_SCSI_TAR] = 913 static struct sccb_card FPT_BL_Card[MAX_CARDS] = { {0} }; 1224 for (thisCard = 0; thisCard <= MAX_CARDS; thisCard++) { in FlashPoint_HardwareResetHostAdapter() 1226 if (thisCard == MAX_CARDS) in FlashPoint_HardwareResetHostAdapter() 2146 for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) { in FPT_SccbMgrTableInitAll()
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 171 #define MAX_CARDS 8 macro 172 #define MAX_PORTS (8 * MAX_CARDS) 173 #define MAX_FRAGS (32 * MAX_CARDS) 203 static uint type[MAX_CARDS]; 204 static int pcm[MAX_CARDS]; 205 static uint dmask[MAX_CARDS]; 207 static uint iomode[MAX_CARDS]; 5005 if (HFC_cnt >= MAX_CARDS) { in hfcmulti_init() 5007 MAX_CARDS); in hfcmulti_init()
|