Home
last modified time | relevance | path

Searched refs:phy_set_speed (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_phylink.c63 phy_set_speed(port->serdes, speed); in lan966x_phylink_mac_link_up()
/openbmc/linux/include/linux/phy/
H A Dphy.h235 int phy_set_speed(struct phy *phy, int speed);
373 static inline int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function
/openbmc/linux/drivers/phy/
H A Dphy-core.c431 int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function
444 EXPORT_SYMBOL_GPL(phy_set_speed);
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c667 return phy_set_speed(ethqos->serdes_phy, ethqos->speed); in qcom_ethqos_serdes_powerup()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c1267 phy_set_speed(rdev->serdes, rdev->etha->speed); in rswitch_adjust_link()
1355 return phy_set_speed(rdev->serdes, rdev->etha->speed); in rswitch_serdes_set_params()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c704 err = phy_set_speed(port->serdes, speed); in sparx5_serdes_set()