Lines Matching +full:1 +full:gbps
27 return "1Gbps"; in phy_speed_to_str()
29 return "2.5Gbps"; in phy_speed_to_str()
31 return "5Gbps"; in phy_speed_to_str()
33 return "10Gbps"; in phy_speed_to_str()
35 return "14Gbps"; in phy_speed_to_str()
37 return "20Gbps"; in phy_speed_to_str()
39 return "25Gbps"; in phy_speed_to_str()
41 return "40Gbps"; in phy_speed_to_str()
43 return "50Gbps"; in phy_speed_to_str()
45 return "56Gbps"; in phy_speed_to_str()
47 return "100Gbps"; in phy_speed_to_str()
49 return "200Gbps"; in phy_speed_to_str()
51 return "400Gbps"; in phy_speed_to_str()
53 return "800Gbps"; in phy_speed_to_str()
141 return 1; in phy_interface_num_ports()
148 WARN_ONCE(1, "PHY_INTERFACE_MODE_MAX isn't a valid interface mode"); in phy_interface_num_ports()
249 /* 1G */
329 (count == 0 || speeds[count - 1] != settings[i].speed)) in phy_speeds()
360 * is connected to a 1G PHY. This function allows the MAC to indicate its
495 phydev->downshifted_rate = 1; in phy_check_downshift()
668 * Returns negative errno, 0 if there was no change, and 1 in case of change
737 * Returns negative errno, 0 if there was no change, and 1 in case of change
754 return ret < 0 ? ret : 1; in __phy_modify_mmd_changed()
770 * Returns negative errno, 0 if there was no change, and 1 in case of change
981 * Returns negative errno, 0 if there was no change, and 1 in case of change