Searched refs:mac_type (Results 1 – 6 of 6) sorted by relevance
86 (((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) + \
167 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 …]
408 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 …]
163 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() local630 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 …]
321 e1000_mac_type mac_type = adapter->hw.mac_type; in e1000_check_options() local322 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() local352 opt.arg.r.max = mac_type < e1000_82544 ? E1000_MAX_RXD : in e1000_check_options()
1381 e1000_mac_type mac_type; member