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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dlne390.c382 #define MAX_LNE_CARDS 4 /* Max number of LNE390 cards per module */ macro
383 static struct net_device *dev_lne[MAX_LNE_CARDS];
384 static int io[MAX_LNE_CARDS];
385 static int irq[MAX_LNE_CARDS];
386 static int mem[MAX_LNE_CARDS];
402 for (this_dev = 0; this_dev < MAX_LNE_CARDS; this_dev++) {
435 for (this_dev = 0; this_dev < MAX_LNE_CARDS; this_dev++) {

Completed in 88 milliseconds