Searched refs:MAX_NE_CARDS (Results 1 – 2 of 2) sorted by relevance
742 #define MAX_NE_CARDS 4 /* Max number of NE cards per module */ macro743 static struct net_device dev_ne[MAX_NE_CARDS];744 static int io[MAX_NE_CARDS];745 static int irq[MAX_NE_CARDS];746 static int bad[MAX_NE_CARDS]; /* 0xbad = bad sig or no reset ack */750 MODULE_PARM(io, "1-" __MODULE_STRING(MAX_NE_CARDS) "i");751 MODULE_PARM(irq, "1-" __MODULE_STRING(MAX_NE_CARDS) "i");752 MODULE_PARM(bad, "1-" __MODULE_STRING(MAX_NE_CARDS) "i");764 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in init_module()785 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in cleanup_module()
745 #define MAX_NE_CARDS 4 /* Max number of NE cards per module */ macro746 static struct net_device dev_ne[MAX_NE_CARDS];747 static int io[MAX_NE_CARDS];748 static int irq[MAX_NE_CARDS];749 static int bad[MAX_NE_CARDS]; /* 0xbad = bad sig or no reset ack */751 MODULE_PARM(io, "1-" __MODULE_STRING(MAX_NE_CARDS) "i");752 MODULE_PARM(irq, "1-" __MODULE_STRING(MAX_NE_CARDS) "i");753 MODULE_PARM(bad, "1-" __MODULE_STRING(MAX_NE_CARDS) "i");769 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in init_module()795 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in cleanup_module()