Searched refs:get_ethtool_phy_stats (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/dsa/ |
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()
|
/kernel/linux/linux-5.10/net/ethtool/ |
D | strset.c | 219 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set() 237 !ops->get_ethtool_phy_stats && phy_ops && in strset_prepare_set()
|
D | ioctl.c | 155 !ops->get_ethtool_phy_stats && in __ethtool_get_sset_count() 185 !ops->get_ethtool_phy_stats && phy_ops && in __ethtool_get_strings() 2042 if (!phydev && (!ops->get_ethtool_phy_stats || !ops->get_sset_count)) in ethtool_get_phy_stats() 2045 if (dev->phydev && !ops->get_ethtool_phy_stats && in ethtool_get_phy_stats() 2066 if (dev->phydev && !ops->get_ethtool_phy_stats && in ethtool_get_phy_stats() 2072 ops->get_ethtool_phy_stats(dev, &stats, data); in ethtool_get_phy_stats()
|
/kernel/linux/linux-5.10/include/linux/ |
D | ethtool.h | 502 void (*get_ethtool_phy_stats)(struct net_device *, member
|
/kernel/linux/linux-5.10/drivers/net/dsa/ |
D | dsa_loop.c | 303 .get_ethtool_phy_stats = dsa_loop_get_ethtool_stats,
|
D | bcm_sf2.c | 1089 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|
/kernel/linux/linux-5.10/include/net/ |
D | dsa.h | 485 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
|
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
D | b53_common.c | 2201 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|