Searched refs:get_ethtool_phy_stats (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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() 160 !ops->get_ethtool_phy_stats) { in dsa_master_get_strings() 219 ops->get_ethtool_phy_stats = dsa_master_get_ethtool_phy_stats; in dsa_master_ethtool_setup()
|
| /Linux-v5.4/include/linux/ |
| D | ethtool.h | 405 void (*get_ethtool_phy_stats)(struct net_device *, member
|
| /Linux-v5.4/drivers/net/dsa/ |
| D | dsa_loop.c | 265 .get_ethtool_phy_stats = dsa_loop_get_ethtool_stats,
|
| D | bcm_sf2.c | 947 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|
| /Linux-v5.4/net/core/ |
| D | ethtool.c | 234 !ops->get_ethtool_phy_stats) in __ethtool_get_sset_count() 259 !ops->get_ethtool_phy_stats) in __ethtool_get_strings() 1939 if (!phydev && (!ops->get_ethtool_phy_stats || !ops->get_sset_count)) in ethtool_get_phy_stats() 1942 if (dev->phydev && !ops->get_ethtool_phy_stats) in ethtool_get_phy_stats() 1962 if (dev->phydev && !ops->get_ethtool_phy_stats) { in ethtool_get_phy_stats() 1967 ops->get_ethtool_phy_stats(dev, &stats, data); in ethtool_get_phy_stats()
|
| /Linux-v5.4/include/net/ |
| D | dsa.h | 406 void (*get_ethtool_phy_stats)(struct dsa_switch *ds, member
|
| /Linux-v5.4/drivers/net/dsa/b53/ |
| D | b53_common.c | 1969 .get_ethtool_phy_stats = b53_get_ethtool_phy_stats,
|