Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82599.c922 u32 autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2); in ixgbe_setup_mac_link_82599() local
923 u32 pma_pmd_10g_serial = autoc2 & IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK; in ixgbe_setup_mac_link_82599()
1060 u32 i, autoc, autoc2; in ixgbe_reset_hw_82599() local
1147 autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2); in ixgbe_reset_hw_82599()
1150 if (autoc2 & IXGBE_AUTOC2_LINK_DISABLE_MASK) { in ixgbe_reset_hw_82599()
1151 autoc2 &= ~IXGBE_AUTOC2_LINK_DISABLE_MASK; in ixgbe_reset_hw_82599()
1152 IXGBE_WRITE_REG(hw, IXGBE_AUTOC2, autoc2); in ixgbe_reset_hw_82599()
1158 hw->mac.orig_autoc2 = autoc2; in ixgbe_reset_hw_82599()
1182 if ((autoc2 & IXGBE_AUTOC2_UPPER_MASK) != in ixgbe_reset_hw_82599()
1184 autoc2 &= ~IXGBE_AUTOC2_UPPER_MASK; in ixgbe_reset_hw_82599()
[all …]