Lines Matching defs:cards_found
76 static int cards_found;
1675 if (cards_found < MAX_UNITS && homepna[cards_found])
1860 if ((cards_found >= MAX_UNITS) ||
1861 (options[cards_found] >= sizeof(options_mapping)))
1864 lp->options = options_mapping[options[cards_found]];
1878 ((cards_found >= MAX_UNITS) || full_duplex[cards_found]))
1985 cards_found++;
3005 if (cards_found && (pcnet32_debug & NETIF_MSG_PROBE))
3006 pr_info("%d cards_found\n", cards_found);
3008 return (pcnet32_have_pci + cards_found) ? 0 : -ENODEV;