Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c671 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val); in ixgbe_reset_hw_82598()
674 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, in ixgbe_reset_hw_82598()
680 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, in ixgbe_reset_hw_82598()
686 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, in ixgbe_reset_hw_82598()
692 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, in ixgbe_reset_hw_82598()
1127 .read_analog_reg8 = &ixgbe_read_analog_reg8_82598,
H A Dixgbe_x540.c845 .read_analog_reg8 = NULL,
H A Dixgbe_ethtool.c2025 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &atlas); in ixgbe_setup_loopback_test()
2029 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, &atlas); in ixgbe_setup_loopback_test()
2033 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, &atlas); in ixgbe_setup_loopback_test()
2037 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, &atlas); in ixgbe_setup_loopback_test()
H A Dixgbe_82599.c2189 .read_analog_reg8 = &ixgbe_read_analog_reg8_82599,
H A Dixgbe_type.h3504 int (*read_analog_reg8)(struct ixgbe_hw*, u32, u8*); member
H A Dixgbe_x550.c3928 .read_analog_reg8 = NULL, \