Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/8390/
H A Dne.c68 #define MAX_NE_CARDS 4 /* Max number of NE cards per module */ macro
69 static struct platform_device *pdev_ne[MAX_NE_CARDS];
70 static int io[MAX_NE_CARDS];
71 static int irq[MAX_NE_CARDS];
72 static int bad[MAX_NE_CARDS];
800 if (this_dev < 0 || this_dev >= MAX_NE_CARDS) { in ne_drv_probe()
853 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in ne_loop_rm_unreg()
911 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in ne_add_devices()
955 if (++this_dev == MAX_NE_CARDS) in ne_probe()
976 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in ne_probe()