Home
last modified time | relevance | path

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

/Linux-v6.1/net/dsa/
Dmaster.c104 if (dev->phydev && !ops->get_ethtool_phy_stats) { in dsa_master_get_ethtool_phy_stats()
108 } else if (ops->get_sset_count && ops->get_ethtool_phy_stats) { in dsa_master_get_ethtool_phy_stats()
110 ops->get_ethtool_phy_stats(dev, stats, data); in dsa_master_get_ethtool_phy_stats()
116 if (ds->ops->get_ethtool_phy_stats) in dsa_master_get_ethtool_phy_stats()
117 ds->ops->get_ethtool_phy_stats(ds, port, data + count); in dsa_master_get_ethtool_phy_stats()
128 !ops->get_ethtool_phy_stats) in dsa_master_get_sset_count()
159 !ops->get_ethtool_phy_stats) { in dsa_master_get_strings()
244 ops->get_ethtool_phy_stats = dsa_master_get_ethtool_phy_stats; in dsa_master_ethtool_setup()
/Linux-v6.1/net/ethtool/
Dstrset.c244 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set()
262 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set()
Dioctl.c181 !ops->get_ethtool_phy_stats && in __ethtool_get_sset_count()
211 !ops->get_ethtool_phy_stats && phy_ops && in __ethtool_get_strings()
2084 if (!phydev && (!ops->get_ethtool_phy_stats || !ops->get_sset_count)) in ethtool_get_phy_stats()
2087 if (phydev && !ops->get_ethtool_phy_stats && in ethtool_get_phy_stats()
2108 if (phydev && !ops->get_ethtool_phy_stats && in ethtool_get_phy_stats()
2114 ops->get_ethtool_phy_stats(dev, &stats, data); in ethtool_get_phy_stats()
/Linux-v6.1/drivers/net/dsa/
Ddsa_loop.c287 .get_ethtool_phy_stats = dsa_loop_get_ethtool_stats,
Dbcm_sf2.c1202 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
/Linux-v6.1/include/linux/
Dethtool.h739 void (*get_ethtool_phy_stats)(struct net_device *, member
/Linux-v6.1/include/net/
Ddsa.h914 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
/Linux-v6.1/drivers/net/dsa/b53/
Db53_common.c2242 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,