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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c515.c434 int cards_found;
442 cards_found = corkscrew_scan(NULL);
443 return cards_found ? 0 : -ENODEV;
449 int cards_found = 0;
453 cards_found = corkscrew_scan(dev);
455 if (corkscrew_debug > 0 && cards_found)
458 return cards_found ? 0 : -ENODEV;
464 int cards_found = 0;
522 mem_start : options[cards_found]);
525 cards_found
433 int cards_found; local
448 int cards_found = 0; local
463 int cards_found = 0; local
[all...]
H A Ddgrs.c1350 int cards_found = 0; local
1403 cards_found++;
1429 ++cards_found;
1433 return cards_found;
1463 int cards_found; local
1506 cards_found = dgrs_scan();
1508 return cards_found ? 0 : -ENODEV;
H A Dpcnet32.c69 int cards_found __initdata;
632 if ((cards_found >= MAX_UNITS) || (options[cards_found] > sizeof(options_mapping)))
635 lp->options = options_mapping[options[cards_found]];
641 ((cards_found>=MAX_UNITS) || full_duplex[cards_found]))
728 cards_found++;
1656 if (cards_found)
1657 printk(KERN_INFO PFX "%d cards_found.\n", cards_found);
[all...]
H A Daironet4500_card.c82 int cards_found = 0; local
162 cards_found++;
165 return cards_found ? 0 : -ENODEV;
537 // int cards_found = 0;
H A Deepro100.c581 static int cards_found /* = 0 */;
634 if (speedo_found1(pdev, ioaddr, cards_found, acpi_idle_state) == 0)
635 cards_found++;
580 static int cards_found /* = 0 */; local
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_main.c98 static u8 cards_found = 0; variable
1114 device, subdevice, cards_found);
1136 cards_found++;
1143 if (cards_found < 1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e1000/
H A De1000_main.c340 static int cards_found = 0; local
411 adapter->bd_number = cards_found;
496 cards_found++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Ddscc4.c471 static int cards_found = 0; local
569 cards_found++;
/asus-wl-520gu-7.0.1.45/src/bcm57xx/linux/
H A Db57um.c4713 int cards_found = 0; local
4746 cards_found++;
4749 return cards_found ? 0 : -ENODEV;

Completed in 109 milliseconds