Lines Matching refs:cards_found
76 static int cards_found;
1680 if (cards_found < MAX_UNITS && homepna[cards_found])
1869 if ((cards_found >= MAX_UNITS) ||
1870 (options[cards_found] >= sizeof(options_mapping)))
1873 lp->options = options_mapping[options[cards_found]];
1888 ((cards_found >= MAX_UNITS) || full_duplex[cards_found]))
1995 cards_found++;
3014 if (cards_found && (pcnet32_debug & NETIF_MSG_PROBE))
3015 pr_info("%d cards_found\n", cards_found);
3017 return (pcnet32_have_pci + cards_found) ? 0 : -ENODEV;