Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/8390/
A Dne.c800 if (this_dev < 0 || this_dev >= MAX_NE_CARDS) { in ne_drv_probe()
850 int this_dev; in ne_loop_rm_unreg() local
852 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in ne_loop_rm_unreg()
907 int this_dev; in ne_add_devices() local
910 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) { in ne_add_devices()
911 if (pdev_ne[this_dev]) in ne_add_devices()
947 int this_dev; in ne_probe() local
951 this_dev = 0; in ne_probe()
952 while ((pdev_ne[this_dev] && platform_get_drvdata(pdev_ne[this_dev])) || in ne_probe()
953 io[this_dev]) { in ne_probe()
[all …]
A Dwd.c526 int this_dev, found = 0; in wd_init_module() local
528 for (this_dev = 0; this_dev < MAX_WD_CARDS; this_dev++) { in wd_init_module()
529 if (io[this_dev] == 0) { in wd_init_module()
530 if (this_dev != 0) break; /* only autoprobe 1st one */ in wd_init_module()
536 dev->irq = irq[this_dev]; in wd_init_module()
537 dev->base_addr = io[this_dev]; in wd_init_module()
538 dev->mem_start = mem[this_dev]; in wd_init_module()
539 dev->mem_end = mem_end[this_dev]; in wd_init_module()
563 int this_dev; in wd_cleanup_module() local
565 for (this_dev = 0; this_dev < MAX_WD_CARDS; this_dev++) { in wd_cleanup_module()
[all …]
A Dsmc-ultra.c578 int this_dev, found = 0; in ultra_init_module() local
580 for (this_dev = 0; this_dev < MAX_ULTRA_CARDS; this_dev++) { in ultra_init_module()
581 if (io[this_dev] == 0) { in ultra_init_module()
582 if (this_dev != 0) break; /* only autoprobe 1st one */ in ultra_init_module()
588 dev->irq = irq[this_dev]; in ultra_init_module()
589 dev->base_addr = io[this_dev]; in ultra_init_module()
595 printk(KERN_WARNING "smc-ultra.c: No SMC Ultra card found (i/o = 0x%x).\n", io[this_dev]); in ultra_init_module()
618 int this_dev; in ultra_cleanup_module() local
620 for (this_dev = 0; this_dev < MAX_ULTRA_CARDS; this_dev++) { in ultra_cleanup_module()
621 struct net_device *dev = dev_ultra[this_dev]; in ultra_cleanup_module()
/linux/drivers/net/ethernet/amd/
A Dlance.c334 int this_dev, found = 0; in lance_init_module() local
336 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) { in lance_init_module()
337 if (io[this_dev] == 0) { in lance_init_module()
338 if (this_dev != 0) /* only complain once */ in lance_init_module()
346 dev->irq = irq[this_dev]; in lance_init_module()
347 dev->base_addr = io[this_dev]; in lance_init_module()
348 dev->dma = dma[this_dev]; in lance_init_module()
375 int this_dev; in lance_cleanup_module() local
377 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) { in lance_cleanup_module()
378 struct net_device *dev = dev_lance[this_dev]; in lance_cleanup_module()
/linux/net/netfilter/
A Dnf_tables_offload.c455 const struct net_device *this_dev, in nft_flow_block_chain() argument
464 if (this_dev && this_dev != dev) in nft_flow_block_chain()
469 if (!this_dev) in nft_flow_block_chain()
/linux/drivers/target/
A Dtarget_core_xcopy.c89 struct se_device *this_dev; in target_xcopy_locate_se_dev_e4() local
93 this_dev = rcu_dereference_raw(this_lun->lun_se_dev); in target_xcopy_locate_se_dev_e4()
95 rc = target_xcopy_locate_se_dev_e4_iter(this_dev, dev_wwn); in target_xcopy_locate_se_dev_e4()
98 found_dev = this_dev; in target_xcopy_locate_se_dev_e4()
/linux/fs/btrfs/
A Dvolumes.h703 struct btrfs_device *this_dev);

Completed in 18 milliseconds