Home
last modified time | relevance | path

Searched refs:this_dev (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Dne.c787 int err, this_dev = pdev->id; in ne_drv_probe() local
803 if (this_dev < 0 || this_dev >= MAX_NE_CARDS) { in ne_drv_probe()
807 dev->base_addr = io[this_dev]; in ne_drv_probe()
808 dev->irq = irq[this_dev]; in ne_drv_probe()
809 dev->mem_end = bad[this_dev]; in ne_drv_probe()
823 io[this_dev] = dev->base_addr; in ne_drv_probe()
824 irq[this_dev] = dev->irq; in ne_drv_probe()
854 int this_dev; in ne_loop_rm_unreg() local
856 for (this_dev in ne_loop_rm_unreg()
911 int this_dev; ne_add_devices() local
956 int this_dev; ne_probe() local
[all...]
H A Dwd.c525 int this_dev, found = 0; in init_module() local
527 for (this_dev = 0; this_dev < MAX_WD_CARDS; this_dev++) { in init_module()
528 if (io[this_dev] == 0) { in init_module()
529 if (this_dev != 0) break; /* only autoprobe 1st one */ in init_module()
535 dev->irq = irq[this_dev]; in init_module()
536 dev->base_addr = io[this_dev]; in init_module()
537 dev->mem_start = mem[this_dev]; in init_module()
538 dev->mem_end = mem_end[this_dev]; in init_module()
562 int this_dev; cleanup_module() local
[all...]
H A Dsmc-ultra.c579 int this_dev, found = 0; in init_module() local
581 for (this_dev = 0; this_dev < MAX_ULTRA_CARDS; this_dev++) { in init_module()
582 if (io[this_dev] == 0) { in init_module()
583 if (this_dev != 0) break; /* only autoprobe 1st one */ in init_module()
589 dev->irq = irq[this_dev]; in init_module()
590 dev->base_addr = io[this_dev]; in init_module()
596 printk(KERN_WARNING "smc-ultra.c: No SMC Ultra card found (i/o = 0x%x).\n", io[this_dev]); in init_module()
619 int this_dev; in cleanup_module() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Dne.c784 int err, this_dev = pdev->id; in ne_drv_probe() local
800 if (this_dev < 0 || this_dev >= MAX_NE_CARDS) { in ne_drv_probe()
804 dev->base_addr = io[this_dev]; in ne_drv_probe()
805 dev->irq = irq[this_dev]; in ne_drv_probe()
806 dev->mem_end = bad[this_dev]; in ne_drv_probe()
820 io[this_dev] = dev->base_addr; in ne_drv_probe()
821 irq[this_dev] = dev->irq; in ne_drv_probe()
851 int this_dev; in ne_loop_rm_unreg() local
853 for (this_dev in ne_loop_rm_unreg()
908 int this_dev; ne_add_devices() local
948 int this_dev; ne_probe() local
[all...]
H 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; wd_cleanup_module() local
[all...]
H 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
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dlance.c333 int this_dev, found = 0; in init_module() local
335 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) { in init_module()
336 if (io[this_dev] == 0) { in init_module()
337 if (this_dev != 0) /* only complain once */ in init_module()
345 dev->irq = irq[this_dev]; in init_module()
346 dev->base_addr = io[this_dev]; in init_module()
347 dev->dma = dma[this_dev]; in init_module()
373 int this_dev; in cleanup_module() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H 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
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_tables_offload.c426 const struct net_device *this_dev, in nft_flow_block_chain()
435 if (this_dev && this_dev != dev) in nft_flow_block_chain()
440 if (!this_dev) in nft_flow_block_chain()
425 nft_flow_block_chain(struct nft_base_chain *basechain, const struct net_device *this_dev, enum flow_block_command cmd) nft_flow_block_chain() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_offload.c455 const struct net_device *this_dev, in nft_flow_block_chain()
464 if (this_dev && this_dev != dev) in nft_flow_block_chain()
469 if (!this_dev) in nft_flow_block_chain()
454 nft_flow_block_chain(struct nft_base_chain *basechain, const struct net_device *this_dev, enum flow_block_command cmd) nft_flow_block_chain() argument
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_xcopy.c101 struct se_device *this_dev; in target_xcopy_locate_se_dev_e4() local
105 this_dev = rcu_dereference_raw(this_lun->lun_se_dev); in target_xcopy_locate_se_dev_e4()
107 rc = target_xcopy_locate_se_dev_e4_iter(this_dev, dev_wwn); in target_xcopy_locate_se_dev_e4()
110 found_dev = this_dev; in target_xcopy_locate_se_dev_e4()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_xcopy.c88 struct se_device *this_dev; in target_xcopy_locate_se_dev_e4() local
92 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c2129 struct pci_dev *this_dev; in srom_search() local
2131 list_for_each_entry(this_dev, &pdev->bus->devices, bus_list) { in srom_search()
2132 vendor = this_dev->vendor; in srom_search()
2133 device = this_dev->device << 8; in srom_search()
2137 pb = this_dev->bus->number; in srom_search()
2140 lp->device = PCI_SLOT(this_dev->devfn); in srom_search()
2145 device = ((this_dev->revision & CFRV_RN) < DC2114x_BRK in srom_search()
2151 iobase = pci_resource_start(this_dev, 0); in srom_search()
2154 irq = this_dev->irq; in srom_search()
2158 pci_read_config_word(this_dev, PCI_COMMAN in srom_search()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dvolumes.h442 struct btrfs_device *this_dev);
/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.h619 struct btrfs_device *this_dev);

Completed in 21 milliseconds