Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c676 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, in ixgbe_reset_hw_82598()
682 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, in ixgbe_reset_hw_82598()
688 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, in ixgbe_reset_hw_82598()
694 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, in ixgbe_reset_hw_82598()
1127 .write_analog_reg8 = &ixgbe_write_analog_reg8_82598,
Dixgbe_x540.c839 .write_analog_reg8 = NULL,
Dixgbe_ethtool.c1922 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, atlas); in ixgbe_setup_loopback_test()
1926 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, atlas); in ixgbe_setup_loopback_test()
1930 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, atlas); in ixgbe_setup_loopback_test()
1934 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, atlas); in ixgbe_setup_loopback_test()
Dixgbe_82599.c2180 .write_analog_reg8 = &ixgbe_write_analog_reg8_82599,
Dixgbe_type.h3420 s32 (*write_analog_reg8)(struct ixgbe_hw*, u32, u8); member
Dixgbe_x550.c3859 .write_analog_reg8 = NULL, \