Searched refs:get_eth_ctrl_stats (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ethtool/ |
| H A D | stats.c | 184 dev->ethtool_ops->get_eth_ctrl_stats) in stats_prepare_data() 185 dev->ethtool_ops->get_eth_ctrl_stats(dev, &data->ctrl_stats); in stats_prepare_data() 575 ops->get_eth_ctrl_stats(dev, &emac); in ethtool_aggregate_ctrl_stats() 576 ops->get_eth_ctrl_stats(dev, &pmac); in ethtool_aggregate_ctrl_stats()
|
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_ethtool.c | 493 .get_eth_ctrl_stats = hbg_ethtool_get_eth_ctrl_stats,
|
| /linux/include/linux/ |
| H A D | ethtool.h | 1261 void (*get_eth_ctrl_stats)(struct net_device *dev, member
|
| /linux/net/dsa/ |
| H A D | user.c | 1123 if (ds->ops->get_eth_ctrl_stats) in dsa_user_get_eth_ctrl_stats() 1124 ds->ops->get_eth_ctrl_stats(ds, dp->index, ctrl_stats); in dsa_user_get_eth_ctrl_stats() 2507 .get_eth_ctrl_stats = dsa_user_get_eth_ctrl_stats,
|
| /linux/include/net/ |
| H A D | dsa.h | 911 void (*get_eth_ctrl_stats)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 2788 .get_eth_ctrl_stats = mlx5e_get_eth_ctrl_stats,
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_axienet_main.c | 2538 .get_eth_ctrl_stats = axienet_ethtool_get_eth_ctrl_stats,
|