Home
last modified time | relevance | path

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

/Linux-v4.19/net/dsa/
Dmaster.c44 if (dev->phydev && !ops->get_ethtool_phy_stats) { in dsa_master_get_ethtool_phy_stats()
48 } else if (ops->get_sset_count && ops->get_ethtool_phy_stats) { in dsa_master_get_ethtool_phy_stats()
50 ops->get_ethtool_phy_stats(dev, stats, data); in dsa_master_get_ethtool_phy_stats()
56 if (ds->ops->get_ethtool_phy_stats) in dsa_master_get_ethtool_phy_stats()
57 ds->ops->get_ethtool_phy_stats(ds, port, data + count); in dsa_master_get_ethtool_phy_stats()
68 !ops->get_ethtool_phy_stats) in dsa_master_get_sset_count()
100 !ops->get_ethtool_phy_stats) { in dsa_master_get_strings()
146 ops->get_ethtool_phy_stats = dsa_master_get_ethtool_phy_stats; in dsa_master_ethtool_setup()
/Linux-v4.19/include/linux/
Dethtool.h413 void (*get_ethtool_phy_stats)(struct net_device *, member
/Linux-v4.19/net/core/
Dethtool.c233 !ops->get_ethtool_phy_stats) in __ethtool_get_sset_count()
258 !ops->get_ethtool_phy_stats) in __ethtool_get_strings()
1993 if (!phydev && (!ops->get_ethtool_phy_stats || !ops->get_sset_count)) in ethtool_get_phy_stats()
1996 if (dev->phydev && !ops->get_ethtool_phy_stats) in ethtool_get_phy_stats()
2014 if (dev->phydev && !ops->get_ethtool_phy_stats) { in ethtool_get_phy_stats()
2019 ops->get_ethtool_phy_stats(dev, &stats, data); in ethtool_get_phy_stats()
/Linux-v4.19/drivers/net/dsa/
Ddsa_loop.c269 .get_ethtool_phy_stats = dsa_loop_get_ethtool_stats,
Dbcm_sf2.c901 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
/Linux-v4.19/include/net/
Ddsa.h391 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
/Linux-v4.19/drivers/net/dsa/b53/
Db53_common.c1709 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,