Home
last modified time | relevance | path

Searched refs:get_ethtool_phy_stats (Results 1 – 6 of 6) sorted by relevance

/linux/net/dsa/
H A Dconduit.c147 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()
/linux/net/ethtool/
H A Dstrset.c255 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set()
273 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set()
H A Dioctl.c180 !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()
/linux/include/net/
H A Ddsa.h901 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
/linux/drivers/net/dsa/
H A Dbcm_sf2.c1229 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
/linux/drivers/net/dsa/b53/
H A Db53_common.c2707 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,