Symbol: MAX_UNITS
drivers/net/ethernet/3com/3c59x.c
1013
if (global_use_mmio < 0 && (unit >= MAX_UNITS || use_mmio[unit] < 0)) {
drivers/net/ethernet/3com/3c59x.c
1017
} else if (unit < MAX_UNITS && use_mmio[unit] >= 0)
drivers/net/ethernet/3com/3c59x.c
1137
else if (card_idx < MAX_UNITS) {
drivers/net/ethernet/3com/3c59x.c
1242
if (card_idx < MAX_UNITS) {
drivers/net/ethernet/3com/3c59x.c
1448
if (card_idx < MAX_UNITS &&
drivers/net/ethernet/3com/3c59x.c
2746
(vp->card_idx >= MAX_UNITS || hw_checksums[vp->card_idx] == -1)) {
drivers/net/ethernet/3com/3c59x.c
787
static int options[MAX_UNITS] = { [0 ... MAX_UNITS-1] = -1 };
drivers/net/ethernet/3com/3c59x.c
788
static int full_duplex[MAX_UNITS] = {[0 ... MAX_UNITS-1] = -1 };
drivers/net/ethernet/3com/3c59x.c
789
static int hw_checksums[MAX_UNITS] = {[0 ... MAX_UNITS-1] = -1 };
drivers/net/ethernet/3com/3c59x.c
790
static int flow_ctrl[MAX_UNITS] = {[0 ... MAX_UNITS-1] = -1 };
drivers/net/ethernet/3com/3c59x.c
791
static int enable_wol[MAX_UNITS] = {[0 ... MAX_UNITS-1] = -1 };
drivers/net/ethernet/3com/3c59x.c
792
static int use_mmio[MAX_UNITS] = {[0 ... MAX_UNITS-1] = -1 };
drivers/net/ethernet/8390/ne2k-pci.c
363
if (fnd_cnt < MAX_UNITS) {
drivers/net/ethernet/8390/ne2k-pci.c
43
static int full_duplex[MAX_UNITS];
drivers/net/ethernet/8390/ne2k-pci.c
44
static int options[MAX_UNITS];
drivers/net/ethernet/amd/amd8111e.h
794
static int speed_duplex[MAX_UNITS] = { 0, };
drivers/net/ethernet/amd/amd8111e.h
795
static bool coalesce[MAX_UNITS] = { [ 0 ... MAX_UNITS-1] = true };
drivers/net/ethernet/amd/amd8111e.h
796
static bool dynamic_ipg[MAX_UNITS] = { [ 0 ... MAX_UNITS-1] = false };
drivers/net/ethernet/amd/pcnet32.c
141
static int options[MAX_UNITS];
drivers/net/ethernet/amd/pcnet32.c
142
static int full_duplex[MAX_UNITS];
drivers/net/ethernet/amd/pcnet32.c
143
static int homepna[MAX_UNITS];
drivers/net/ethernet/amd/pcnet32.c
1686
if (cards_found < MAX_UNITS && homepna[cards_found])
drivers/net/ethernet/amd/pcnet32.c
1875
if ((cards_found >= MAX_UNITS) ||
drivers/net/ethernet/amd/pcnet32.c
1894
((cards_found >= MAX_UNITS) || full_duplex[cards_found]))
drivers/net/ethernet/dec/tulip/tulip_core.c
1631
if (board_idx >= 0 && board_idx < MAX_UNITS) {
drivers/net/ethernet/dec/tulip/tulip_core.c
40
static int full_duplex[MAX_UNITS];
drivers/net/ethernet/dec/tulip/tulip_core.c
41
static int options[MAX_UNITS];
drivers/net/ethernet/dec/tulip/tulip_core.c
42
static int mtu[MAX_UNITS]; /* Jumbo MTU for interfaces. */
drivers/net/ethernet/dec/tulip/winbond-840.c
364
int i, option = find_cnt < MAX_UNITS ? options[find_cnt] : 0;
drivers/net/ethernet/dec/tulip/winbond-840.c
424
if (find_cnt < MAX_UNITS && full_duplex[find_cnt] > 0)
drivers/net/ethernet/dec/tulip/winbond-840.c
82
static int options[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
drivers/net/ethernet/dec/tulip/winbond-840.c
83
static int full_duplex[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
drivers/net/ethernet/dlink/dl2k.c
168
if (card_idx < MAX_UNITS) {
drivers/net/ethernet/dlink/dl2k.c
21
static int mtu[MAX_UNITS];
drivers/net/ethernet/dlink/dl2k.c
22
static int vlan[MAX_UNITS];
drivers/net/ethernet/dlink/dl2k.c
23
static int jumbo[MAX_UNITS];
drivers/net/ethernet/dlink/dl2k.c
24
static char *media[MAX_UNITS];
drivers/net/ethernet/dlink/sundance.c
54
static char *media[MAX_UNITS];
drivers/net/ethernet/dlink/sundance.c
625
if (card_idx < MAX_UNITS) {
drivers/net/ethernet/fealnx.c
44
static int options[MAX_UNITS] = { -1, -1, -1, -1, -1, -1, -1, -1 };
drivers/net/ethernet/fealnx.c
45
static int full_duplex[MAX_UNITS] = { -1, -1, -1, -1, -1, -1, -1, -1 };
drivers/net/ethernet/fealnx.c
495
option = card_idx < MAX_UNITS ? options[card_idx] : 0;
drivers/net/ethernet/fealnx.c
626
if (card_idx < MAX_UNITS && full_duplex[card_idx] > 0)
drivers/net/ethernet/natsemi/natsemi.c
918
option = find_cnt < MAX_UNITS ? options[find_cnt] : 0;
drivers/net/ethernet/natsemi/natsemi.c
92
static int options[MAX_UNITS];
drivers/net/ethernet/natsemi/natsemi.c
928
if (find_cnt < MAX_UNITS && full_duplex[find_cnt])
drivers/net/ethernet/natsemi/natsemi.c
93
static int full_duplex[MAX_UNITS];
drivers/net/ethernet/realtek/8139too.c
1062
option = (board_idx >= MAX_UNITS) ? 0 : media[board_idx];
drivers/net/ethernet/realtek/8139too.c
1069
if (board_idx < MAX_UNITS && full_duplex[board_idx] > 0)
drivers/net/ethernet/realtek/8139too.c
143
static int media[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
drivers/net/ethernet/realtek/8139too.c
144
static int full_duplex[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
drivers/net/ethernet/smsc/epic100.c
37
static int options[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
drivers/net/ethernet/smsc/epic100.c
38
static int full_duplex[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
drivers/net/ethernet/smsc/epic100.c
390
} else if (card_idx >= 0 && card_idx < MAX_UNITS) {
drivers/net/ethernet/via/via-velocity.c
259
static int N[MAX_UNITS] = OPTION_DEFAULT;\
drivers/net/ethernet/via/via-velocity.c
2775
if (velocity_nics >= MAX_UNITS) {
drivers/net/ethernet/via/via-velocity.h
30
#define OPTION_DEFAULT { [0 ... MAX_UNITS-1] = -1}