Lines Matching refs:this_dev
578 int this_dev, found = 0;
580 for (this_dev = 0; this_dev < MAX_ULTRA_CARDS; this_dev++) {
581 if (io[this_dev] == 0) {
582 if (this_dev != 0) break; /* only autoprobe 1st one */
588 dev->irq = irq[this_dev];
589 dev->base_addr = io[this_dev];
595 printk(KERN_WARNING "smc-ultra.c: No SMC Ultra card found (i/o = 0x%x).\n", io[this_dev]);
618 int this_dev;
620 for (this_dev = 0; this_dev < MAX_ULTRA_CARDS; this_dev++) {
621 struct net_device *dev = dev_ultra[this_dev];