Home
last modified time | relevance | path

Searched refs:PHY_AUTONEG_ADV (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c20 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
193 pch_gbe_phy_write_reg_miic(hw, PHY_AUTONEG_ADV, in pch_gbe_phy_hw_reset()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_phy.c240 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in igc_phy_setup_autoneg()
383 ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in igc_phy_setup_autoneg()
Digc_defines.h463 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
Digc_mac.c501 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in igc_config_fc_after_link_up()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
De1000_defines.h698 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
De1000_phy.c933 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in igb_phy_setup_autoneg()
1053 ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in igb_phy_setup_autoneg()
De1000_mac.c924 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in igb_config_fc_after_link_up()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
De1000_hw.c1500 ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
1617 ret_val = e1000_write_phy_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
2096 ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, in e1000_config_fc_after_link_up()
De1000_hw.h2485 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro