Home
last modified time | relevance | path

Searched refs:phy_caps_linkmode_max_speed (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/phy/
H A Dphy-caps.h50 void phy_caps_linkmode_max_speed(u32 max_speed, unsigned long *linkmodes);
H A Dphy-core.c216 phy_caps_linkmode_max_speed(max_speed, phydev->supported); in __set_phy_supported()
219 phy_caps_linkmode_max_speed(max_speed, port->supported); in __set_phy_supported()
416 phy_caps_linkmode_max_speed(min_common_speed, phydev->advertising); in phy_speed_down_core()
H A Dphy_caps.c243 void phy_caps_linkmode_max_speed(u32 max_speed, unsigned long *linkmodes) in phy_caps_linkmode_max_speed() function