Searched refs:PHY_AUTONEG_ADV (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/net/pch_gbe/ |
D | pch_gbe_phy.c | 32 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro 188 pch_gbe_phy_write_reg_miic(hw, PHY_AUTONEG_ADV, in pch_gbe_phy_hw_reset()
|
/linux-2.6.39/drivers/net/igb/ |
D | e1000_defines.h | 562 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|
D | e1000_phy.c | 881 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in igb_phy_setup_autoneg() 1008 ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in igb_phy_setup_autoneg()
|
D | e1000_mac.c | 833 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in igb_config_fc_after_link_up()
|
/linux-2.6.39/drivers/net/e1000e/ |
D | defines.h | 593 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|
D | phy.c | 925 ret_val = e1e_rphy(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in e1000_phy_setup_autoneg() 1051 ret_val = e1e_wphy(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
|
D | lib.c | 1135 ret_val = e1e_rphy(hw, PHY_AUTONEG_ADV, &mii_nway_adv_reg); in e1000e_config_fc_after_link_up()
|
D | netdev.c | 4046 ret_val |= e1e_rphy(hw, PHY_AUTONEG_ADV, &phy->advertise); in e1000_phy_read_status()
|
/linux-2.6.39/drivers/net/e1000/ |
D | e1000_hw.c | 1543 ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in e1000_phy_setup_autoneg() 1659 ret_val = e1000_write_phy_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in e1000_phy_setup_autoneg() 2140 ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, in e1000_config_fc_after_link_up()
|
D | e1000_hw.h | 2503 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|