get_ethtool_phy_stats 2011 drivers/net/dsa/b53/b53_common.c .get_ethtool_phy_stats = b53_get_ethtool_phy_stats, get_ethtool_phy_stats 948 drivers/net/dsa/bcm_sf2.c .get_ethtool_phy_stats = b53_get_ethtool_phy_stats, get_ethtool_phy_stats 265 drivers/net/dsa/dsa_loop.c .get_ethtool_phy_stats = dsa_loop_get_ethtool_stats, get_ethtool_phy_stats 405 include/linux/ethtool.h void (*get_ethtool_phy_stats)(struct net_device *, get_ethtool_phy_stats 406 include/net/dsa.h void (*get_ethtool_phy_stats)(struct dsa_switch *ds, get_ethtool_phy_stats 234 net/core/ethtool.c !ops->get_ethtool_phy_stats) get_ethtool_phy_stats 259 net/core/ethtool.c !ops->get_ethtool_phy_stats) get_ethtool_phy_stats 1939 net/core/ethtool.c if (!phydev && (!ops->get_ethtool_phy_stats || !ops->get_sset_count)) get_ethtool_phy_stats 1942 net/core/ethtool.c if (dev->phydev && !ops->get_ethtool_phy_stats) get_ethtool_phy_stats 1962 net/core/ethtool.c if (dev->phydev && !ops->get_ethtool_phy_stats) { get_ethtool_phy_stats 1967 net/core/ethtool.c ops->get_ethtool_phy_stats(dev, &stats, data); get_ethtool_phy_stats 104 net/dsa/master.c if (dev->phydev && !ops->get_ethtool_phy_stats) { get_ethtool_phy_stats 108 net/dsa/master.c } else if (ops->get_sset_count && ops->get_ethtool_phy_stats) { get_ethtool_phy_stats 110 net/dsa/master.c ops->get_ethtool_phy_stats(dev, stats, data); get_ethtool_phy_stats 116 net/dsa/master.c if (ds->ops->get_ethtool_phy_stats) get_ethtool_phy_stats 117 net/dsa/master.c ds->ops->get_ethtool_phy_stats(ds, port, data + count); get_ethtool_phy_stats 128 net/dsa/master.c !ops->get_ethtool_phy_stats) get_ethtool_phy_stats 160 net/dsa/master.c !ops->get_ethtool_phy_stats) { get_ethtool_phy_stats 219 net/dsa/master.c ops->get_ethtool_phy_stats = dsa_master_get_ethtool_phy_stats;