Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82598.c134 mac->ops.read_analog_reg8 = &ixgbe_read_analog_reg8_82598; in ixgbe_init_ops_82598()
826 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val); in ixgbe_reset_hw_82598()
829 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, in ixgbe_reset_hw_82598()
835 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, in ixgbe_reset_hw_82598()
841 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, in ixgbe_reset_hw_82598()
847 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, in ixgbe_reset_hw_82598()
H A Dixgbe_x540.c86 mac->ops.read_analog_reg8 = NULL; in ixgbe_init_ops_X540()
H A Dixgbe_api.c1027 return ixgbe_call_func(hw, hw->mac.ops.read_analog_reg8, (hw, reg, in ixgbe_read_analog_reg8()
H A Dixgbe_82599.c235 mac->ops.read_analog_reg8 = &ixgbe_read_analog_reg8_82599; in ixgbe_init_ops_82599()
H A Dixgbe_type.h2967 s32 (*read_analog_reg8)(struct ixgbe_hw*, u32, u8*); member