Home
last modified time | relevance | path

Searched defs:speeds (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dphy.h210 static inline int phy_configure_link(const struct device *dev, enum phy_link_speed speeds) in phy_configure_link()
/Zephyr-latest/drivers/ethernet/phy/
Dphy_microchip_ksz8081.c336 enum phy_link_speed speeds) in phy_mc_ksz8081_cfg_link()
Dphy_ti_dp83825.c361 static int phy_ti_dp83825_cfg_link(const struct device *dev, enum phy_link_speed speeds) in phy_ti_dp83825_cfg_link()
Dphy_ti_dp83867.c281 static int phy_ti_dp83867_cfg_link(const struct device *dev, enum phy_link_speed speeds) in phy_ti_dp83867_cfg_link()
Dphy_realtek_rtl8211f.c282 enum phy_link_speed speeds) in phy_rt_rtl8211f_cfg_link()
Dphy_microchip_vsc8541.c405 static int phy_mc_vsc8541_cfg_link(const struct device *dev, enum phy_link_speed speeds) in phy_mc_vsc8541_cfg_link()
Dphy_microchip_t1s.c423 static int phy_mc_t1s_cfg_link(const struct device *dev, enum phy_link_speed speeds) in phy_mc_t1s_cfg_link()
/Zephyr-latest/drivers/ethernet/
Deth_nxp_enet.c462 enum phy_link_speed speeds = LINK_HALF_10BASE_T | LINK_FULL_10BASE_T | in nxp_enet_phy_configure() local