Searched refs:MAX_NE_CARDS (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dne-h8300.c605 #define MAX_NE_CARDS 1 /* Max number of NE cards per module */ macro
606 static struct net_device *dev_ne[MAX_NE_CARDS];
607 static int io[MAX_NE_CARDS];
608 static int irq[MAX_NE_CARDS];
609 static int bad[MAX_NE_CARDS]; /* 0xbad = bad sig or no reset ack */
629 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
666 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
H A Dne.c892 #define MAX_NE_CARDS 4 /* Max number of NE cards per module */ macro
893 static struct net_device *dev_ne[MAX_NE_CARDS];
894 static int io[MAX_NE_CARDS];
895 static int irq[MAX_NE_CARDS];
896 static int bad[MAX_NE_CARDS]; /* 0xbad = bad sig or no reset ack */
917 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
956 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
H A Dne2.c767 #define MAX_NE_CARDS 4 /* Max number of NE cards per module */ macro
768 static struct net_device *dev_ne[MAX_NE_CARDS];
769 static int io[MAX_NE_CARDS];
770 static int irq[MAX_NE_CARDS];
771 static int bad[MAX_NE_CARDS]; /* 0xbad = bad sig or no reset ack */
788 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
820 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {

Completed in 126 milliseconds