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