Lines Matching defs:phydev
914 struct phy_device *phydev;
922 phydev = b53_get_phy_device(ds, port);
923 if (!phydev)
926 phy_ethtool_get_strings(phydev, data);
966 struct phy_device *phydev;
968 phydev = b53_get_phy_device(ds, port);
969 if (!phydev)
972 phy_ethtool_get_stats(phydev, NULL, data);
979 struct phy_device *phydev;
984 phydev = b53_get_phy_device(ds, port);
985 if (!phydev)
988 return phy_ethtool_get_sset_count(phydev);
1152 struct phy_device *phydev)
1160 if (!phy_is_pseudo_fixed_link(phydev))
1167 if (phydev->pause) {
1168 if (phydev->asym_pause)
1173 b53_force_port_config(dev, port, phydev->speed, phydev->duplex,
1175 b53_force_link(dev, port, phydev->link);
1177 if (is531x5(dev) && phy_interface_is_rgmii(phydev)) {
1204 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID)
1206 if (phydev->interface == PHY_INTERFACE_MODE_RGMII)
1212 phy_modes(phydev->interface));
1242 p->eee_enabled = b53_eee_init(ds, port, phydev);
1363 struct phy_device *phydev,