Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82598.c812 u8 analog_val; in ixgbe_reset_hw_82598() local
826 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val); in ixgbe_reset_hw_82598()
827 if (analog_val & IXGBE_ATLAS_PDN_TX_REG_EN) { in ixgbe_reset_hw_82598()
830 &analog_val); in ixgbe_reset_hw_82598()
831 analog_val &= ~IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_reset_hw_82598()
833 analog_val); in ixgbe_reset_hw_82598()
836 &analog_val); in ixgbe_reset_hw_82598()
837 analog_val &= ~IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_reset_hw_82598()
839 analog_val); in ixgbe_reset_hw_82598()
842 &analog_val); in ixgbe_reset_hw_82598()
[all …]