Lines Matching +full:1 +full:gbps
31 return "1Gbps"; in phy_speed_to_str()
33 return "2.5Gbps"; in phy_speed_to_str()
35 return "5Gbps"; in phy_speed_to_str()
37 return "10Gbps"; in phy_speed_to_str()
39 return "14Gbps"; in phy_speed_to_str()
41 return "20Gbps"; in phy_speed_to_str()
43 return "25Gbps"; in phy_speed_to_str()
45 return "40Gbps"; in phy_speed_to_str()
47 return "50Gbps"; in phy_speed_to_str()
49 return "56Gbps"; in phy_speed_to_str()
51 return "100Gbps"; in phy_speed_to_str()
53 return "200Gbps"; in phy_speed_to_str()
55 return "400Gbps"; in phy_speed_to_str()
57 return "800Gbps"; in phy_speed_to_str()
145 return 1; in phy_interface_num_ports()
153 WARN_ONCE(1, "PHY_INTERFACE_MODE_MAX isn't a valid interface mode"); in phy_interface_num_ports()
172 * is connected to a 1G PHY. This function allows the MAC to indicate its
335 phydev->downshifted_rate = 1; in phy_check_downshift()
564 * Returns negative errno, 0 if there was no change, and 1 in case of change
633 * Returns negative errno, 0 if there was no change, and 1 in case of change
650 return ret < 0 ? ret : 1; in __phy_modify_mmd_changed()
666 * Returns negative errno, 0 if there was no change, and 1 in case of change
877 * Returns negative errno, 0 if there was no change, and 1 in case of change