Searched refs:MAX_CARDS (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Dl1oip_core.c235 #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];
1448 while (l1oip_cnt < MAX_CARDS
[all...]
/linux-master/drivers/net/ethernet/amd/
H A Dlance.c315 #define MAX_CARDS 8 /* Max number of interfaces (cards) per module */ macro
317 static struct net_device *dev_lance[MAX_CARDS];
318 static int io[MAX_CARDS];
319 static int dma[MAX_CARDS];
320 static int irq[MAX_CARDS];
336 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) {
377 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) {
/linux-master/drivers/scsi/
H A Dg_NCR5380.c81 #define MAX_CARDS 8 macro
800 ret = isa_register_driver(&generic_NCR5380_isa_driver, MAX_CARDS);
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++) {
1198 if (thisCard == MAX_CARDS)
2114 for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) {
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c171 #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];
4972 if (HFC_cnt >= MAX_CARDS) {
4974 MAX_CARDS);

Completed in 170 milliseconds