Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dphy.c917 static s32 e1000_phy_setup_autoneg(struct e1000_hw *hw) in e1000_phy_setup_autoneg() function
1086 ret_val = e1000_phy_setup_autoneg(hw); in e1000_copper_link_autoneg()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c130 static int e1000_phy_setup_autoneg(struct e1000_hw *hw);
2939 ret_val = e1000_phy_setup_autoneg(hw); in e1000_copper_link_autoneg()
3128 e1000_phy_setup_autoneg(struct e1000_hw *hw) in e1000_phy_setup_autoneg() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1328 ret_val = e1000_phy_setup_autoneg(hw); in e1000_copper_link_autoneg()
1493 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.c4703 if (!e1000_phy_setup_autoneg(hw) && in e1000_smartspeed()
4718 if (!e1000_phy_setup_autoneg(hw) && in e1000_smartspeed()