Searched refs:phy_speed_to_str (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy-core.c | 10 * phy_speed_to_str - Return a string representing the PHY link speed 14 const char *phy_speed_to_str(int speed) in phy_speed_to_str() function 18 "If a speed or mode has been added please update phy_speed_to_str " in phy_speed_to_str() 58 EXPORT_SYMBOL_GPL(phy_speed_to_str); variable 411 phy_speed_to_str(speed), phy_speed_to_str(phydev->speed)); in phy_check_downshift()
|
H A D | phy_led_triggers.c | 73 phy_speed_to_str(speed)); in phy_led_trigger_register()
|
H A D | phylink.c | 417 phy_speed_to_str(state->speed), in phylink_mac_config() 625 phy_speed_to_str(link_state.speed), in phylink_link_up() 958 phy_speed_to_str(phydev->speed), in phylink_phy_change()
|
H A D | phy.c | 118 phy_speed_to_str(phydev->speed), in phy_print_status()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy-core.c | 10 * phy_speed_to_str - Return a string representing the PHY link speed 14 const char *phy_speed_to_str(int speed) in phy_speed_to_str() function 18 "If a speed or mode has been added please update phy_speed_to_str " in phy_speed_to_str() 60 EXPORT_SYMBOL_GPL(phy_speed_to_str); variable 493 phy_speed_to_str(speed), phy_speed_to_str(phydev->speed)); in phy_check_downshift()
|
H A D | phy_led_triggers.c | 118 phy_speed_to_str(speeds[i])); in phy_led_triggers_register()
|
H A D | phylink.c | 1395 phy_speed_to_str(link_state.speed), in phylink_link_up() 1751 phy_speed_to_str(phydev->speed), in phylink_phy_change()
|
H A D | phy.c | 121 phy_speed_to_str(phydev->speed), in phy_print_status()
|
/kernel/linux/linux-5.10/drivers/net/pcs/ |
H A D | pcs-lynx.c | 106 phy_speed_to_str(state->speed), in lynx_pcs_get_state()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_mm.c | 81 phy_speed_to_str(ocelot_port->speed), in ocelot_port_update_active_preemptible_tcs()
|
/kernel/linux/linux-6.6/drivers/net/pcs/ |
H A D | pcs-lynx.c | 110 phy_speed_to_str(state->speed), in lynx_pcs_get_state()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | phy.h | 898 const char *phy_speed_to_str(int speed);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 1193 const char *phy_speed_to_str(int speed);
|
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 988 phy_speed_to_str(speed)); in rtl8365mb_ext_config_forcemode()
|
Completed in 28 milliseconds