Home
last modified time | relevance | path

Searched refs:mac_type (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000_osdep.h86 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg))))
90 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg)))
94 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
99 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
107 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
112 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
117 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
122 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
De1000_hw.c167 if (hw->mac_type == e1000_undefined) in e1000_set_phy_type()
178 if (hw->mac_type == e1000_82541 || in e1000_set_phy_type()
179 hw->mac_type == e1000_82541_rev_2 || in e1000_set_phy_type()
180 hw->mac_type == e1000_82547 || in e1000_set_phy_type()
181 hw->mac_type == e1000_82547_rev_2) { in e1000_set_phy_type()
194 if (hw->mac_type == e1000_80003es2lan) { in e1000_set_phy_type()
237 switch (hw->mac_type) { in e1000_phy_init_script()
274 if (hw->mac_type == e1000_82547) { in e1000_phy_init_script()
318 hw->mac_type = e1000_82542_rev2_0; in e1000_set_mac_type()
321 hw->mac_type = e1000_82542_rev2_1; in e1000_set_mac_type()
[all …]
De1000_main.c408 switch (adapter->hw.mac_type) { in e1000_release_hw_control()
449 switch (adapter->hw.mac_type) { in e1000_get_hw_control()
485 if (adapter->hw.mac_type >= e1000_82571) { in e1000_init_manageability()
507 if (adapter->hw.mac_type >= e1000_82571) in e1000_release_manageability()
592 if (!adapter->wol && adapter->hw.mac_type >= e1000_82540 && in e1000_power_down_phy()
596 switch (adapter->hw.mac_type) { in e1000_power_down_phy()
682 switch (adapter->hw.mac_type) { in e1000_reset()
724 if (adapter->hw.mac_type == e1000_82547) { in e1000_reset()
764 switch (adapter->hw.mac_type) { in e1000_reset()
775 switch (adapter->hw.mac_type) { in e1000_reset()
[all …]
De1000_ethtool.c163 if (hw->mac_type == e1000_82543) in e1000_get_settings()
179 if (hw->mac_type >= e1000_82545) in e1000_get_settings()
343 if (adapter->hw.mac_type < e1000_82543) { in e1000_set_tx_csum()
461 if (hw->mac_type >= e1000_82540 && in e1000_get_regs()
462 hw->mac_type < e1000_82571 && in e1000_get_regs()
577 (hw->mac_type == e1000_82573))) in e1000_set_eeprom()
598 switch (adapter->hw.mac_type) { in e1000_get_drvinfo()
626 e1000_mac_type mac_type = adapter->hw.mac_type; in e1000_get_ringparam() local
630 ring->rx_max_pending = (mac_type < e1000_82544) ? E1000_MAX_RXD : in e1000_get_ringparam()
632 ring->tx_max_pending = (mac_type < e1000_82544) ? E1000_MAX_TXD : in e1000_get_ringparam()
[all …]
De1000_param.c321 e1000_mac_type mac_type = adapter->hw.mac_type; in e1000_check_options() local
322 opt.arg.r.max = mac_type < e1000_82544 ? in e1000_check_options()
351 e1000_mac_type mac_type = adapter->hw.mac_type; in e1000_check_options() local
352 opt.arg.r.max = mac_type < e1000_82544 ? E1000_MAX_RXD : in e1000_check_options()
De1000_hw.h1381 e1000_mac_type mac_type; member