Searched refs:get_ethtool_phy_stats (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/dsa/ |
D | master.c | 44 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/ |
D | ethtool.h | 413 void (*get_ethtool_phy_stats)(struct net_device *, member
|
/Linux-v4.19/net/core/ |
D | ethtool.c | 233 !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/ |
D | dsa_loop.c | 269 .get_ethtool_phy_stats = dsa_loop_get_ethtool_stats,
|
D | bcm_sf2.c | 901 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|
/Linux-v4.19/include/net/ |
D | dsa.h | 391 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
|
/Linux-v4.19/drivers/net/dsa/b53/ |
D | b53_common.c | 1709 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|