Searched refs:get_phy_stats (Results 1 – 6 of 6) sorted by relevance
25 void (*get_phy_stats)(struct phy_device *phydev, member70 phylib_stubs->get_phy_stats(phydev, phy_stats, phydev_stats); in phy_ethtool_get_phy_stats()
1089 void (*get_phy_stats)(struct phy_device *dev, member
594 .get_phy_stats = dp83tg720_get_phy_stats,
893 .get_phy_stats = dp83td510_get_phy_stats,
617 if (!phydev->drv || !phydev->drv->get_phy_stats) in __phy_ethtool_get_phy_stats()621 phydev->drv->get_phy_stats(phydev, phy_stats, phydev_stats); in __phy_ethtool_get_phy_stats()
3534 .get_phy_stats = __phy_ethtool_get_phy_stats,