Searched refs:MAX_E21_CARDS (Results 1 – 1 of 1) sorted by relevance
418 #define MAX_E21_CARDS 4 /* Max number of E21 cards per module */ macro419 static struct net_device *dev_e21[MAX_E21_CARDS];420 static int io[MAX_E21_CARDS];421 static int irq[MAX_E21_CARDS];422 static int mem[MAX_E21_CARDS];423 static int xcvr[MAX_E21_CARDS]; /* choose int. or ext. xcvr */444 for (this_dev = 0; this_dev < MAX_E21_CARDS; this_dev++) { in init_module()481 for (this_dev = 0; this_dev < MAX_E21_CARDS; this_dev++) { in cleanup_module()