Searched refs:this_dev (Results 1 – 7 of 7) sorted by relevance
785 int err, this_dev = pdev->id; in ne_drv_probe() local801 if (this_dev < 0 || this_dev >= MAX_NE_CARDS) { in ne_drv_probe()805 dev->base_addr = io[this_dev]; in ne_drv_probe()806 dev->irq = irq[this_dev]; in ne_drv_probe()807 dev->mem_end = bad[this_dev]; in ne_drv_probe()821 io[this_dev] = dev->base_addr; in ne_drv_probe()822 irq[this_dev] = dev->irq; in ne_drv_probe()852 int this_dev; in ne_loop_rm_unreg() local854 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in ne_loop_rm_unreg()855 pdev = pdev_ne[this_dev]; in ne_loop_rm_unreg()[all …]
527 int this_dev, found = 0; in wd_init_module() local529 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[all …]
579 int this_dev, found = 0; in ultra_init_module() local581 for (this_dev = 0; this_dev < MAX_ULTRA_CARDS; this_dev++) { in ultra_init_module()582 if (io[this_dev] == 0) { in ultra_init_module()583 if (this_dev != 0) break; /* only autoprobe 1st one */ in ultra_init_module()589 dev->irq = irq[this_dev]; in ultra_init_module()590 dev->base_addr = io[this_dev]; in ultra_init_module()596 printk(KERN_WARNING "smc-ultra.c: No SMC Ultra card found (i/o = 0x%x).\n", io[this_dev]); in ultra_init_module()619 int this_dev; in ultra_cleanup_module() local621 for (this_dev = 0; this_dev < MAX_ULTRA_CARDS; this_dev++) { in ultra_cleanup_module()622 struct net_device *dev = dev_ultra[this_dev]; in ultra_cleanup_module()
333 int this_dev, found = 0; in lance_init_module() local335 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) { in lance_init_module()336 if (io[this_dev] == 0) { in lance_init_module()337 if (this_dev != 0) /* only complain once */ in lance_init_module()345 dev->irq = irq[this_dev]; in lance_init_module()346 dev->base_addr = io[this_dev]; in lance_init_module()347 dev->dma = dma[this_dev]; in lance_init_module()374 int this_dev; in lance_cleanup_module() local376 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) { in lance_cleanup_module()377 struct net_device *dev = dev_lance[this_dev]; in lance_cleanup_module()
454 const struct net_device *this_dev, in nft_flow_block_chain() argument463 if (this_dev && this_dev != dev) in nft_flow_block_chain()468 if (!this_dev) in nft_flow_block_chain()
88 struct se_device *this_dev; in target_xcopy_locate_se_dev_e4() local92 this_dev = rcu_dereference_raw(this_lun->lun_se_dev); in target_xcopy_locate_se_dev_e4()94 rc = target_xcopy_locate_se_dev_e4_iter(this_dev, dev_wwn); in target_xcopy_locate_se_dev_e4()97 found_dev = this_dev; in target_xcopy_locate_se_dev_e4()
634 struct btrfs_device *this_dev);