Searched refs:cards_found (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dpcwd.c165 static int cards_found; variable
858 cards_found++;
859 if (cards_found == 1)
862 if (cards_found > 1) {
946 cards_found--;
969 cards_found--;
H A Dpcwd_pci.c112 static int cards_found; variable
685 cards_found++;
686 if (cards_found == 1)
689 if (cards_found > 1) {
794 cards_found--;
H A Dpcwd_usb.c125 static int cards_found; variable
598 cards_found++;
599 if (cards_found > 1) {
785 cards_found--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_pci.c298 static int cards_found /* = 0 */; local
323 dev = prism2_init_local_data(&prism2_pci_funcs, cards_found,
330 cards_found++;
H A Dhostap_plx.c445 static int cards_found /* = 0 */; local
538 dev = prism2_init_local_data(&prism2_plx_funcs, cards_found,
545 cards_found++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpcnet32.c80 static int cards_found; variable
1676 if (cards_found < MAX_UNITS && homepna[cards_found])
1838 if ((cards_found >= MAX_UNITS)
1839 || (options[cards_found] > sizeof(options_mapping)))
1842 lp->options = options_mapping[options[cards_found]];
1848 ((cards_found >= MAX_UNITS) || full_duplex[cards_found]))
1979 cards_found++;
3021 if (cards_found
[all...]
H A D3c515.c487 static int cards_found = 0; local
542 err = corkscrew_setup(dev, ioaddr, idev, cards_found++);
558 err = corkscrew_setup(dev, ioaddr, NULL, cards_found++);
H A Deepro100.c533 static int cards_found /* = 0 */; local
580 if (speedo_found1(pdev, ioaddr, cards_found, acpi_idle_state) == 0)
581 cards_found++;
H A Dqla3xxx.c3987 static int cards_found = 0; local
4034 qdev->index = cards_found;
4138 if(!cards_found) {
4145 cards_found++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_main.c2098 static int cards_found = 0; local
2177 adapter->bd_number = cards_found;
2257 cards_found++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_main.c351 static int cards_found = 0; local
439 adapter->bd_number = cards_found;
501 cards_found++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/lmc/
H A Dlmc_main.c831 static int cards_found; local
988 sc->board_idx = cards_found++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c866 static int cards_found = 0; local
950 adapter->bd_number = cards_found;
1158 cards_found++;

Completed in 112 milliseconds