Searched refs:EEXP_MAX_CARDS (Results 1 – 1 of 1) sorted by relevance
1660 #define EEXP_MAX_CARDS 4 /* max number of cards to support */ macro1662 static struct net_device dev_eexp[EEXP_MAX_CARDS];1663 static int irq[EEXP_MAX_CARDS];1664 static int io[EEXP_MAX_CARDS];1666 MODULE_PARM(io, "1-" __MODULE_STRING(EEXP_MAX_CARDS) "i");1667 MODULE_PARM(irq, "1-" __MODULE_STRING(EEXP_MAX_CARDS) "i");1681 for (this_dev = 0; this_dev < EEXP_MAX_CARDS; this_dev++) { in init_module()1704 for (this_dev = 0; this_dev < EEXP_MAX_CARDS; this_dev++) { in cleanup_module()