Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82599.c324 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()
839 u32 orig_autoc = 0; in ixgbe_setup_mac_link_82599() local
863 orig_autoc = hw->mac.orig_autoc; in ixgbe_setup_mac_link_82599()
865 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()
873 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_setup_mac_link_82599()
875 if ((orig_autoc & IXGBE_AUTOC_KR_SUPP) && in ixgbe_setup_mac_link_82599()
1064 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82599()
1068 if (autoc != hw->mac.orig_autoc) in ixgbe_reset_hw_82599()
1069 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, (hw->mac.orig_autoc | in ixgbe_reset_hw_82599()
H A Dixgbe_82598.c300 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
912 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()
914 } else if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82598()
915 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, hw->mac.orig_autoc); in ixgbe_reset_hw_82598()
H A Dixgbe_type.h3073 u32 orig_autoc; member