Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82599.c837 u32 autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2); in ixgbe_setup_mac_link_82599() local
842 u32 pma_pmd_10g_serial = autoc2 & IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK; in ixgbe_setup_mac_link_82599()
979 u32 ctrl, i, autoc, autoc2; in ixgbe_reset_hw_82599() local
1062 autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2); in ixgbe_reset_hw_82599()
1065 hw->mac.orig_autoc2 = autoc2; in ixgbe_reset_hw_82599()
1072 if ((autoc2 & IXGBE_AUTOC2_UPPER_MASK) != in ixgbe_reset_hw_82599()
1074 autoc2 &= ~IXGBE_AUTOC2_UPPER_MASK; in ixgbe_reset_hw_82599()
1075 autoc2 |= (hw->mac.orig_autoc2 & in ixgbe_reset_hw_82599()
1077 IXGBE_WRITE_REG(hw, IXGBE_AUTOC2, autoc2); in ixgbe_reset_hw_82599()
1964 u32 autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2); in ixgbe_get_supported_physical_layer_82599() local
[all …]