Searched refs:get_eth_phy_stats (Results 1 – 10 of 10) sorted by relevance
| /linux/net/ethtool/ |
| A D | stats.c | 149 dev->ethtool_ops->get_eth_phy_stats) in stats_prepare_data() 150 dev->ethtool_ops->get_eth_phy_stats(dev, &data->phy_stats); in stats_prepare_data() 500 ops->get_eth_phy_stats(dev, &emac); in ethtool_aggregate_phy_stats() 501 ops->get_eth_phy_stats(dev, &pmac); in ethtool_aggregate_phy_stats()
|
| /linux/include/linux/ |
| A D | ethtool.h | 1082 void (*get_eth_phy_stats)(struct net_device *dev, member
|
| /linux/net/dsa/ |
| A D | user.c | 1118 if (ds->ops->get_eth_phy_stats) in dsa_user_get_eth_phy_stats() 1119 ds->ops->get_eth_phy_stats(ds, dp->index, phy_stats); in dsa_user_get_eth_phy_stats() 2463 .get_eth_phy_stats = dsa_user_get_eth_phy_stats,
|
| /linux/include/net/ |
| A D | dsa.h | 915 void (*get_eth_phy_stats)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| A D | sparx5_ethtool.c | 1222 .get_eth_phy_stats = sparx5_get_eth_phy_stats,
|
| /linux/drivers/net/dsa/realtek/ |
| A D | rtl8365mb.c | 2131 .get_eth_phy_stats = rtl8365mb_get_phy_stats,
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_ethtool.c | 1275 .get_eth_phy_stats = mlxsw_sp_get_eth_phy_stats,
|
| /linux/drivers/net/dsa/ocelot/ |
| A D | felix.c | 2242 .get_eth_phy_stats = felix_get_eth_phy_stats,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_ethtool.c | 2654 .get_eth_phy_stats = mlx5e_get_eth_phy_stats,
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_ethtool.c | 5356 .get_eth_phy_stats = bnxt_get_eth_phy_stats,
|
Completed in 51 milliseconds