Searched refs:mac_type (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_osdep.h67 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg))))
71 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg)))
75 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
80 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
88 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
93 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
98 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
103 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
H A De1000_hw.c166 if (hw->mac_type == e1000_undefined)
177 if (hw->mac_type == e1000_82541 ||
178 hw->mac_type == e1000_82541_rev_2 ||
179 hw->mac_type == e1000_82547 ||
180 hw->mac_type == e1000_82547_rev_2) {
193 if (hw->mac_type == e1000_80003es2lan) {
236 switch (hw->mac_type) {
273 if (hw->mac_type == e1000_82547) {
317 hw->mac_type = e1000_82542_rev2_0;
320 hw->mac_type
[all...]
H A De1000_ethtool.c147 if (hw->mac_type == e1000_82543)
163 if (hw->mac_type >= e1000_82545)
327 if (adapter->hw.mac_type < e1000_82543) {
345 if ((adapter->hw.mac_type < e1000_82544) ||
346 (adapter->hw.mac_type == e1000_82547))
468 if (hw->mac_type >= e1000_82540 &&
469 hw->mac_type < e1000_82571 &&
584 (hw->mac_type == e1000_82573)))
605 switch (adapter->hw.mac_type) {
633 e1000_mac_type mac_type local
654 e1000_mac_type mac_type = adapter->hw.mac_type; local
[all...]
H A De1000_main.c305 if (adapter->hw.mac_type >= e1000_82571) {
405 switch (adapter->hw.mac_type) {
442 switch (adapter->hw.mac_type) {
584 if (!adapter->wol && adapter->hw.mac_type >= e1000_82540 &&
588 switch (adapter->hw.mac_type) {
674 switch (adapter->hw.mac_type) {
715 if (adapter->hw.mac_type == e1000_82547) {
755 switch (adapter->hw.mac_type) {
766 switch (adapter->hw.mac_type) {
793 if (adapter->hw.mac_type
[all...]
H A De1000_param.c295 e1000_mac_type mac_type = adapter->hw.mac_type; local
296 opt.arg.r.max = mac_type < e1000_82544 ?
321 e1000_mac_type mac_type = adapter->hw.mac_type; local
322 opt.arg.r.max = mac_type < e1000_82544 ? E1000_MAX_RXD :
H A De1000_hw.h1383 e1000_mac_type mac_type; member in struct:e1000_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Despi.h57 int t1_espi_init(struct peespi *espi, int mac_type, int nports);
H A Despi.c238 int t1_espi_init(struct peespi *espi, int mac_type, int nports) argument
255 if (mac_type == CHBT_MAC_PM3393)
257 else if (mac_type == CHBT_MAC_VSC7321)
259 else if (mac_type == CHBT_MAC_IXF1010) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_hw.h693 ixgb_mac_type mac_type; /* Identifier for MAC controller */ member in struct:ixgb_hw
H A Dixgb_main.c572 hw->mac_type = ixgb_82597;

Completed in 164 milliseconds