Searched refs:MAX_WD_CARDS (Results 1 – 1 of 1) sorted by relevance
499 #define MAX_WD_CARDS 4 /* Max number of wd cards per module */ macro500 static struct net_device *dev_wd[MAX_WD_CARDS];501 static int io[MAX_WD_CARDS];502 static int irq[MAX_WD_CARDS];503 static int mem[MAX_WD_CARDS];504 static int mem_end[MAX_WD_CARDS]; /* for non std. mem size */527 for (this_dev = 0; this_dev < MAX_WD_CARDS; this_dev++) { in init_module()564 for (this_dev = 0; this_dev < MAX_WD_CARDS; this_dev++) { in cleanup_module()