Searched refs:get_ethtool_phy_stats (Results 1 – 6 of 6) sorted by relevance
147 if (dev->phydev && (!ops || !ops->get_ethtool_phy_stats)) { in dsa_conduit_get_sset_count() 151 } else if (ops && ops->get_sset_count && ops->get_ethtool_phy_stats) { in dsa_conduit_get_sset_count() 154 ops->get_ethtool_phy_stats(dev, stats, data); in dsa_conduit_get_sset_count() 161 if (ds->ops->get_ethtool_phy_stats) in dsa_conduit_get_sset_count() 162 ds->ops->get_ethtool_phy_stats(ds, port, data + count);181 (!ops || !ops->get_ethtool_phy_stats)) in dsa_conduit_get_strings() 244 !ops->get_ethtool_phy_stats) { in dsa_conduit_ethtool_setup() 319 ops->get_ethtool_phy_stats = dsa_conduit_get_ethtool_phy_stats; in tagging_store()
255 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set()273 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set()
180 !ops->get_ethtool_phy_stats && in __ethtool_get_sset_count()210 !ops->get_ethtool_phy_stats && phy_ops && in __ethtool_get_strings()2591 if (!ops || !ops->get_sset_count || !ops->get_ethtool_phy_stats) in ethtool_get_phy_stats_ethtool()2605 ops->get_ethtool_phy_stats(dev, stats, *data); in ethtool_get_phy_stats_ethtool()
901 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
1229 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
2707 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,