read_analog_reg8  670 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 	hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val);
read_analog_reg8  673 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 		hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK,
read_analog_reg8  679 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 		hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G,
read_analog_reg8  685 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 		hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G,
read_analog_reg8  691 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 		hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_AN,
read_analog_reg8 1126 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c 	.read_analog_reg8	= &ixgbe_read_analog_reg8_82598,
read_analog_reg8 2178 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	.read_analog_reg8       = &ixgbe_read_analog_reg8_82599,
read_analog_reg8 1827 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &atlas);
read_analog_reg8 1831 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, &atlas);
read_analog_reg8 1835 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, &atlas);
read_analog_reg8 1839 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, &atlas);
read_analog_reg8 3415 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h 	s32 (*read_analog_reg8)(struct ixgbe_hw*, u32, u8*);
read_analog_reg8  839 drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c 	.read_analog_reg8       = NULL,
read_analog_reg8 3805 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	.read_analog_reg8		= NULL, \