Lines Matching refs:mac
159 if (hw->mac.autoneg == 1) { in igb_get_settings()
175 if (hw->mac.type == e1000_i354) { in igb_get_settings()
191 if (hw->mac.autoneg == 1) in igb_get_settings()
197 if (hw->mac.autoneg != 1) in igb_get_settings()
238 hw->mac.autoneg) in igb_get_settings()
291 hw->mac.autoneg = 1; in igb_set_settings()
354 struct e1000_mac_info *mac = &adapter->hw.mac; in igb_get_link() local
363 mac->get_link_status = 1; in igb_get_link()
665 if (hw->mac.type > e1000_82580) { in igb_get_regs()
672 if (hw->mac.type != e1000_82576) in igb_get_regs()
775 if ((hw->mac.type >= e1000_i210) && in igb_set_eeprom()
1256 switch (adapter->hw.mac.type) { in igb_reg_test()
1354 switch (hw->mac.type) { in igb_eeprom_test()
1421 switch (hw->mac.type) { in igb_intr_test()
1602 hw->mac.autoneg = false; in igb_integrated_phy_loopback()
1705 if (hw->mac.type >= e1000_82580) { in igb_setup_loopback_test()
1755 hw->mac.autoneg = true; in igb_loopback_cleanup()
1928 if (adapter->hw.mac.type == e1000_i354) { in igb_loopback_test()
1956 hw->mac.serdes_has_link = false; in igb_link_test()
1962 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()
1963 if (hw->mac.serdes_has_link) in igb_link_test()
1970 hw->mac.ops.check_for_link(&adapter->hw); in igb_link_test()
1971 if (hw->mac.autoneg) in igb_link_test()
1998 forced_speed_duplex = adapter->hw.mac.forced_speed_duplex; in igb_diag_test()
1999 autoneg = adapter->hw.mac.autoneg; in igb_diag_test()
2037 adapter->hw.mac.forced_speed_duplex = forced_speed_duplex; in igb_diag_test()
2038 adapter->hw.mac.autoneg = autoneg; in igb_diag_test()
2365 switch (adapter->hw.mac.type) { in igb_get_ts_info()
2393 if (adapter->hw.mac.type >= e1000_82580) in igb_get_ts_info()
2601 if ((hw->mac.type < e1000_i350) || in igb_get_eee()
2612 if (hw->mac.type == e1000_i354) { in igb_get_eee()
2628 switch (hw->mac.type) { in igb_get_eee()
2655 if ((hw->mac.type == e1000_i354) && in igb_get_eee()
2681 if ((hw->mac.type < e1000_i350) || in igb_set_eee()
2732 if (hw->mac.type == e1000_i354) in igb_set_eee()
2868 switch (hw->mac.type) { in igb_write_rss_indir_tbl()
2913 switch (hw->mac.type) { in igb_set_rxfh()
2942 switch (hw->mac.type) { in igb_max_channels()