Searched refs:atlas (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 1929 u8 atlas; in ixgbe_setup_loopback_test() local 1931 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &atlas); in ixgbe_setup_loopback_test() 1932 atlas |= IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_setup_loopback_test() 1933 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, atlas); in ixgbe_setup_loopback_test() 1935 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, &atlas); in ixgbe_setup_loopback_test() 1936 atlas |= IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_setup_loopback_test() 1937 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, atlas); in ixgbe_setup_loopback_test() 1939 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, &atlas); in ixgbe_setup_loopback_test() 1940 atlas |= IXGBE_ATLAS_PDN_TX_1G_QL_ALL; in ixgbe_setup_loopback_test() 1941 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, atlas); in ixgbe_setup_loopback_test() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 1954 u8 atlas; in ixgbe_setup_loopback_test() local 1956 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &atlas); in ixgbe_setup_loopback_test() 1957 atlas |= IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_setup_loopback_test() 1958 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, atlas); in ixgbe_setup_loopback_test() 1960 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, &atlas); in ixgbe_setup_loopback_test() 1961 atlas |= IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_setup_loopback_test() 1962 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, atlas); in ixgbe_setup_loopback_test() 1964 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, &atlas); in ixgbe_setup_loopback_test() 1965 atlas |= IXGBE_ATLAS_PDN_TX_1G_QL_ALL; in ixgbe_setup_loopback_test() 1966 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, atlas); in ixgbe_setup_loopback_test() [all...] |
Completed in 6 milliseconds