Lines Matching refs:this_dev
527 int this_dev, found = 0; in wd_init_module() local
529 for (this_dev = 0; this_dev < MAX_WD_CARDS; this_dev++) { in wd_init_module()
530 if (io[this_dev] == 0) { in wd_init_module()
531 if (this_dev != 0) break; /* only autoprobe 1st one */ in wd_init_module()
537 dev->irq = irq[this_dev]; in wd_init_module()
538 dev->base_addr = io[this_dev]; in wd_init_module()
539 dev->mem_start = mem[this_dev]; in wd_init_module()
540 dev->mem_end = mem_end[this_dev]; in wd_init_module()
546 printk(KERN_WARNING "wd.c: No wd80x3 card found (i/o = 0x%x).\n", io[this_dev]); in wd_init_module()
564 int this_dev; in wd_cleanup_module() local
566 for (this_dev = 0; this_dev < MAX_WD_CARDS; this_dev++) { in wd_cleanup_module()
567 struct net_device *dev = dev_wd[this_dev]; in wd_cleanup_module()