Home
last modified time | relevance | path

Searched refs:e1000_phy_setup_autoneg (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.c959 static s32 e1000_phy_setup_autoneg(struct e1000_hw *hw) in e1000_phy_setup_autoneg() function
1136 ret_val = e1000_phy_setup_autoneg(hw); in e1000_copper_link_autoneg()
/openbmc/u-boot/drivers/net/
H A De1000.c130 static int e1000_phy_setup_autoneg(struct e1000_hw *hw);
3153 ret_val = e1000_phy_setup_autoneg(hw); in e1000_copper_link_autoneg()
3342 e1000_phy_setup_autoneg(struct e1000_hw *hw) in e1000_phy_setup_autoneg() function
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1330 ret_val = e1000_phy_setup_autoneg(hw); in e1000_copper_link_autoneg()
1495 s32 e1000_phy_setup_autoneg(struct e1000_hw *hw) in e1000_phy_setup_autoneg() function
H A De1000_hw.h274 s32 e1000_phy_setup_autoneg(struct e1000_hw *hw);
H A De1000_main.c4701 if (!e1000_phy_setup_autoneg(hw) && in e1000_smartspeed()
4716 if (!e1000_phy_setup_autoneg(hw) && in e1000_smartspeed()