Searched refs:get_eth_phy_stats (Results 1 – 8 of 8) sorted by relevance
| /linux/net/ethtool/ |
| H A D | stats.c | 178 dev->ethtool_ops->get_eth_phy_stats) in stats_prepare_data() 179 dev->ethtool_ops->get_eth_phy_stats(dev, &data->phy_stats); in stats_prepare_data() 555 ops->get_eth_phy_stats(dev, &emac); in ethtool_aggregate_phy_stats() 556 ops->get_eth_phy_stats(dev, &pmac); in ethtool_aggregate_phy_stats()
|
| /linux/net/dsa/ |
| H A D | user.c | 1102 if (ds->ops->get_eth_phy_stats) in dsa_user_get_eth_phy_stats() 1103 ds->ops->get_eth_phy_stats(ds, dp->index, phy_stats); in dsa_user_get_eth_phy_stats() 2504 .get_eth_phy_stats = dsa_user_get_eth_phy_stats,
|
| /linux/include/net/ |
| H A D | dsa.h | 903 void (*get_eth_phy_stats)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/dsa/realtek/ |
| H A D | rtl8365mb.c | 2130 .get_eth_phy_stats = rtl8365mb_get_phy_stats,
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_ethtool.c | 1922 .get_eth_phy_stats = fbnic_get_eth_phy_stats,
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 2321 .get_eth_phy_stats = felix_get_eth_phy_stats,
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 4017 .get_eth_phy_stats = macb_get_eth_phy_stats, 4039 .get_eth_phy_stats = gem_get_eth_phy_stats,
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 5767 .get_eth_phy_stats = bnxt_get_eth_phy_stats,
|