Searched refs:get_ethtool_phy_stats (Results 1 – 8 of 8) sorted by relevance
/linux/net/dsa/ |
A D | master.c | 104 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() 242 ops->get_ethtool_phy_stats = dsa_master_get_ethtool_phy_stats; in dsa_master_ethtool_setup()
|
/linux/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 | 180 !ops->get_ethtool_phy_stats && in __ethtool_get_sset_count() 210 !ops->get_ethtool_phy_stats && phy_ops && in __ethtool_get_strings() 2087 if (!phydev && (!ops->get_ethtool_phy_stats || !ops->get_sset_count)) in ethtool_get_phy_stats() 2090 if (dev->phydev && !ops->get_ethtool_phy_stats && in ethtool_get_phy_stats() 2111 if (dev->phydev && !ops->get_ethtool_phy_stats && in ethtool_get_phy_stats() 2117 ops->get_ethtool_phy_stats(dev, &stats, data); in ethtool_get_phy_stats()
|
/linux/drivers/net/dsa/ |
A D | dsa_loop.c | 285 .get_ethtool_phy_stats = dsa_loop_get_ethtool_stats,
|
A D | bcm_sf2.c | 1182 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|
/linux/include/linux/ |
A D | ethtool.h | 707 void (*get_ethtool_phy_stats)(struct net_device *, member
|
/linux/include/net/ |
A D | dsa.h | 678 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
|
/linux/drivers/net/dsa/b53/ |
A D | b53_common.c | 2257 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|
Completed in 27 milliseconds