Searched refs:get_ethtool_phy_stats (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/dsa/
H A Dconduit.c112 if (dev->phydev && !ops->get_ethtool_phy_stats) {
116 } else if (ops->get_sset_count && ops->get_ethtool_phy_stats) {
118 ops->get_ethtool_phy_stats(dev, stats, data);
124 if (ds->ops->get_ethtool_phy_stats)
125 ds->ops->get_ethtool_phy_stats(ds, port, data + count);
136 !ops->get_ethtool_phy_stats)
167 !ops->get_ethtool_phy_stats) {
245 ops->get_ethtool_phy_stats = dsa_conduit_get_ethtool_phy_stats;
/linux-master/net/ethtool/
H A Dstrset.c244 !ops->get_ethtool_phy_stats && phy_ops &&
262 !ops->get_ethtool_phy_stats && phy_ops &&
H A Dioctl.c178 !ops->get_ethtool_phy_stats &&
208 !ops->get_ethtool_phy_stats && phy_ops &&
2223 if (!ops || !ops->get_sset_count || ops->get_ethtool_phy_stats)
2233 ops->get_ethtool_phy_stats(dev, stats, *data);
/linux-master/drivers/net/dsa/
H A Ddsa_loop.c295 .get_ethtool_phy_stats = dsa_loop_get_ethtool_stats,
H A Dbcm_sf2.c1206 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
/linux-master/include/linux/
H A Dethtool.h794 * @get_ethtool_phy_stats: Return extended statistics about the PHY device.
925 void (*get_ethtool_phy_stats)(struct net_device *, member in struct:ethtool_ops
/linux-master/include/net/
H A Ddsa.h904 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member in struct:dsa_switch_ops
/linux-master/drivers/net/dsa/b53/
H A Db53_common.c2278 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,

Completed in 186 milliseconds