| /Linux-v5.4/drivers/watchdog/ |
| D | pcwd_pci.c | 109 static int cards_found; variable 686 cards_found++; in pcipcwd_card_init() 687 if (cards_found == 1) in pcipcwd_card_init() 690 if (cards_found > 1) { in pcipcwd_card_init() 797 cards_found--; in pcipcwd_card_exit()
|
| D | pcwd.c | 169 static int cards_found; variable 857 cards_found++; in pcwd_isa_probe() 858 if (cards_found == 1) in pcwd_isa_probe() 862 if (cards_found > 1) { in pcwd_isa_probe() 949 cards_found--; in pcwd_isa_probe() 972 cards_found--; in pcwd_isa_remove()
|
| D | pcwd_usb.c | 107 static int cards_found; variable 613 cards_found++; in usb_pcwd_probe() 614 if (cards_found > 1) { in usb_pcwd_probe() 798 cards_found--; in usb_pcwd_disconnect()
|
| /Linux-v5.4/drivers/net/wireless/intersil/hostap/ |
| D | hostap_pci.c | 297 static int cards_found /* = 0 */; in prism2_pci_probe() local 322 dev = prism2_init_local_data(&prism2_pci_funcs, cards_found, in prism2_pci_probe() 329 cards_found++; in prism2_pci_probe()
|
| D | hostap_plx.c | 443 static int cards_found /* = 0 */; in prism2_plx_probe() local 536 dev = prism2_init_local_data(&prism2_plx_funcs, cards_found, in prism2_plx_probe() 543 cards_found++; in prism2_plx_probe()
|
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| D | pcnet32.c | 80 static int cards_found; variable 1688 if (cards_found < MAX_UNITS && homepna[cards_found]) in pcnet32_probe1() 1872 if ((cards_found >= MAX_UNITS) || in pcnet32_probe1() 1873 (options[cards_found] >= sizeof(options_mapping))) in pcnet32_probe1() 1876 lp->options = options_mapping[options[cards_found]]; in pcnet32_probe1() 1890 ((cards_found >= MAX_UNITS) || full_duplex[cards_found])) in pcnet32_probe1() 1997 cards_found++; in pcnet32_probe1() 3024 if (cards_found && (pcnet32_debug & NETIF_MSG_PROBE)) in pcnet32_init_module() 3025 pr_info("%d cards_found\n", cards_found); in pcnet32_init_module() 3027 return (pcnet32_have_pci + cards_found) ? 0 : -ENODEV; in pcnet32_init_module()
|
| /Linux-v5.4/drivers/net/ethernet/3com/ |
| D | 3c515.c | 487 static int cards_found = 0; in corkscrew_scan() local 540 err = corkscrew_setup(dev, ioaddr, idev, cards_found++); in corkscrew_scan() 556 err = corkscrew_setup(dev, ioaddr, NULL, cards_found++); in corkscrew_scan()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgb/ |
| D | ixgb_main.c | 367 static int cards_found = 0; in ixgb_probe() local 431 adapter->bd_number = cards_found; in ixgb_probe() 497 cards_found++; in ixgb_probe()
|
| /Linux-v5.4/drivers/net/ethernet/atheros/atl1e/ |
| D | atl1e_main.c | 2287 static int cards_found; in atl1e_probe() local 2333 adapter->bd_number = cards_found; in atl1e_probe() 2403 cards_found++; in atl1e_probe()
|
| /Linux-v5.4/drivers/net/ethernet/atheros/atlx/ |
| D | atl2.c | 1323 static int cards_found = 0; in atl2_probe() local 1389 adapter->bd_number = cards_found; in atl2_probe() 1437 cards_found++; in atl2_probe()
|
| D | atl1.c | 2910 static int cards_found = 0; in atl1_probe() local 2986 adapter->bd_number = cards_found; in atl1_probe() 3063 cards_found++; in atl1_probe()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/ |
| D | qla3xxx.c | 3771 static int cards_found; in ql3xxx_probe() local 3812 qdev->index = cards_found; in ql3xxx_probe() 3902 if (!cards_found) { in ql3xxx_probe() 3909 cards_found++; in ql3xxx_probe()
|
| /Linux-v5.4/drivers/net/wan/lmc/ |
| D | lmc_main.c | 814 static int cards_found; in lmc_init_one() local 949 sc->board_idx = cards_found++; in lmc_init_one()
|
| /Linux-v5.4/drivers/net/ethernet/atheros/atl1c/ |
| D | atl1c_main.c | 2535 static int cards_found; in atl1c_probe() local 2582 adapter->bd_number = cards_found; in atl1c_probe() 2649 cards_found++; in atl1c_probe()
|
| /Linux-v5.4/drivers/staging/qlge/ |
| D | qlge_main.c | 4572 int cards_found) in ql_init_device() argument 4697 if (!cards_found) { in ql_init_device() 4744 static int cards_found = 0; in qlge_probe() local 4752 err = ql_init_device(pdev, ndev, cards_found); in qlge_probe() 4811 cards_found++; in qlge_probe()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igbvf/ |
| D | netdev.c | 2715 static int cards_found; in igbvf_probe() local 2793 adapter->bd_number = cards_found++; in igbvf_probe()
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000/ |
| D | e1000_main.c | 926 static int cards_found; in e1000_probe() local 1018 adapter->bd_number = cards_found; in e1000_probe() 1221 cards_found++; in e1000_probe()
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ |
| D | netdev.c | 7051 static int cards_found; in e1000_probe() local 7152 adapter->bd_number = cards_found++; in e1000_probe()
|