Home
last modified time | relevance | path

Searched refs:orig_autoc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c142 hw->mac.orig_autoc | IXGBE_AUTOC_LMS_10G_SERIAL, in ixgbe_setup_sfp_modules_82599()
358 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()
792 u32 orig_autoc = 0; in ixgbe_setup_mac_link_82599() local
811 orig_autoc = hw->mac.orig_autoc; in ixgbe_setup_mac_link_82599()
813 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()
824 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_setup_mac_link_82599()
826 if ((orig_autoc & IXGBE_AUTOC_KR_SUPP) && in ixgbe_setup_mac_link_82599()
1018 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82599()
1031 hw->mac.orig_autoc = in ixgbe_reset_hw_82599()
1032 (hw->mac.orig_autoc & ~IXGBE_AUTOC_LMS_MASK) | in ixgbe_reset_hw_82599()
[all …]
H A Dixgbe_82598.c186 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
758 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()
760 } else if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82598()
761 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, hw->mac.orig_autoc); in ixgbe_reset_hw_82598()
H A Dixgbe_ethtool.c2011 if (hw->mac.orig_autoc) { in ixgbe_setup_loopback_test()
2012 reg_data = hw->mac.orig_autoc | IXGBE_AUTOC_FLU; in ixgbe_setup_loopback_test()
H A Dixgbe_type.h3664 u32 orig_autoc; member