Home
last modified time | relevance | path

Searched refs:MAX_HP_CARDS (Results 1 – 1 of 1) sorted by relevance

/drivers/net/
Dhp.c378 #define MAX_HP_CARDS 4 /* Max number of HP cards per module */ macro
379 static struct net_device *dev_hp[MAX_HP_CARDS];
380 static int io[MAX_HP_CARDS];
381 static int irq[MAX_HP_CARDS];
398 for (this_dev = 0; this_dev < MAX_HP_CARDS; this_dev++) { in init_module()
432 for (this_dev = 0; this_dev < MAX_HP_CARDS; this_dev++) { in cleanup_module()