Searched refs:get_ethtool_phy_stats (Results 1 – 7 of 7) sorted by relevance
/linux/net/dsa/ |
H A D | conduit.c | 112 if (dev->phydev && !ops->get_ethtool_phy_stats) { in dsa_conduit_get_ethtool_phy_stats() 116 } else if (ops->get_sset_count && ops->get_ethtool_phy_stats) { in dsa_conduit_get_ethtool_phy_stats() 118 ops->get_ethtool_phy_stats(dev, stats, data); in dsa_conduit_get_ethtool_phy_stats() 124 if (ds->ops->get_ethtool_phy_stats) in dsa_conduit_get_ethtool_phy_stats() 125 ds->ops->get_ethtool_phy_stats(ds, port, data + count); in dsa_conduit_get_ethtool_phy_stats() 136 !ops->get_ethtool_phy_stats) in dsa_conduit_get_sset_count() 167 !ops->get_ethtool_phy_stats) { in dsa_conduit_get_strings() 245 ops->get_ethtool_phy_stats = dsa_conduit_get_ethtool_phy_stats; in dsa_conduit_ethtool_setup()
|
/linux/net/ethtool/ |
H A D | strset.c | 245 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set() 263 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set()
|
H A D | ioctl.c | 179 !ops->get_ethtool_phy_stats && in __ethtool_get_sset_count() 209 !ops->get_ethtool_phy_stats && phy_ops && in __ethtool_get_strings() 2431 if (!ops || !ops->get_sset_count || !ops->get_ethtool_phy_stats) in ethtool_get_phy_stats_ethtool() 2441 ops->get_ethtool_phy_stats(dev, stats, *data); in ethtool_get_phy_stats_ethtool()
|
/linux/include/linux/ |
H A D | ethtool.h | 1074 void (*get_ethtool_phy_stats)(struct net_device *, member
|
/linux/include/net/ |
H A D | dsa.h | 898 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
|
/linux/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1225 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|
/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2295 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|