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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dlne390.c358 #define MAX_LNE_CARDS 4 /* Max number of LNE390 cards per module */ macro
359 static struct net_device *dev_lne[MAX_LNE_CARDS];
360 static int io[MAX_LNE_CARDS];
361 static int irq[MAX_LNE_CARDS];
362 static int mem[MAX_LNE_CARDS];
378 for (this_dev = 0; this_dev < MAX_LNE_CARDS; this_dev++) {
411 for (this_dev = 0; this_dev < MAX_LNE_CARDS; this_dev++) {

Completed in 57 milliseconds