Lines Matching refs:is_c45
538 if (phydev->is_c45) {
635 bool is_c45,
669 dev->is_c45 = is_c45;
694 if (is_c45 && c45_ids) {
931 * @is_c45: If true the PHY uses the 802.3 clause 45 protocol
945 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45)
955 if (is_c45)
968 if (!is_c45 && phy_id == 0 && bus->read_c45) {
975 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids);
1456 if (phydev->is_c45)
3301 else if (phydev->is_c45)