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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dne-h8300.c615 #define MAX_NE_CARDS 1 /* Max number of NE cards per module */ macro
616 static struct net_device *dev_ne[MAX_NE_CARDS];
617 static int io[MAX_NE_CARDS];
618 static int irq[MAX_NE_CARDS];
619 static int bad[MAX_NE_CARDS]; /* 0xbad = bad sig or no reset ack */
639 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
676 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
H A Dne2.c737 #define MAX_NE_CARDS 4 /* Max number of NE cards per module */ macro
738 static struct net_device *dev_ne[MAX_NE_CARDS];
739 static int io[MAX_NE_CARDS];
740 static int irq[MAX_NE_CARDS];
741 static int bad[MAX_NE_CARDS]; /* 0xbad = bad sig or no reset ack */
758 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
790 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
H A Dne.c70 #define MAX_NE_CARDS 4 /* Max number of NE cards per module */ macro
71 static struct platform_device *pdev_ne[MAX_NE_CARDS];
72 static int io[MAX_NE_CARDS];
73 static int irq[MAX_NE_CARDS];
74 static int bad[MAX_NE_CARDS];
809 if (this_dev < 0 || this_dev >= MAX_NE_CARDS) {
862 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
921 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
970 if (++this_dev == MAX_NE_CARDS)
991 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_de
[all...]

Completed in 40 milliseconds