Searched refs:get_ethtool_phy_stats (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/net/dsa/ |
A D | master.c | 112 if (dev->phydev && !ops->get_ethtool_phy_stats) { in dsa_master_get_ethtool_phy_stats() 116 } else if (ops->get_sset_count && ops->get_ethtool_phy_stats) { in dsa_master_get_ethtool_phy_stats() 118 ops->get_ethtool_phy_stats(dev, stats, data); in dsa_master_get_ethtool_phy_stats() 124 if (ds->ops->get_ethtool_phy_stats) in dsa_master_get_ethtool_phy_stats() 125 ds->ops->get_ethtool_phy_stats(ds, port, data + count); in dsa_master_get_ethtool_phy_stats() 136 !ops->get_ethtool_phy_stats) in dsa_master_get_sset_count() 167 !ops->get_ethtool_phy_stats) { in dsa_master_get_strings() 252 ops->get_ethtool_phy_stats = dsa_master_get_ethtool_phy_stats; in dsa_master_ethtool_setup()
|
/linux-6.3-rc2/net/ethtool/ |
A D | strset.c | 244 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set() 262 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set()
|
A D | ioctl.c | 174 !ops->get_ethtool_phy_stats && in __ethtool_get_sset_count() 204 !ops->get_ethtool_phy_stats && phy_ops && in __ethtool_get_strings() 2124 if (!ops || !ops->get_sset_count || ops->get_ethtool_phy_stats) in ethtool_get_phy_stats_ethtool() 2134 ops->get_ethtool_phy_stats(dev, stats, *data); in ethtool_get_phy_stats_ethtool()
|
/linux-6.3-rc2/drivers/net/dsa/ |
A D | dsa_loop.c | 287 .get_ethtool_phy_stats = dsa_loop_get_ethtool_stats,
|
A D | bcm_sf2.c | 1202 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|
/linux-6.3-rc2/include/linux/ |
A D | ethtool.h | 880 void (*get_ethtool_phy_stats)(struct net_device *, member
|
/linux-6.3-rc2/include/net/ |
A D | dsa.h | 908 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
|
/linux-6.3-rc2/drivers/net/dsa/b53/ |
A D | b53_common.c | 2242 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|
Completed in 35 milliseconds