| /linux/net/ethtool/ |
| H A D | stats.c | 187 dev->ethtool_ops->get_rmon_stats) in stats_prepare_data() 188 dev->ethtool_ops->get_rmon_stats(dev, &data->rmon_stats, in stats_prepare_data() 616 ops->get_rmon_stats(dev, &emac, &dummy); in ethtool_aggregate_rmon_stats() 617 ops->get_rmon_stats(dev, &pmac, &dummy); in ethtool_aggregate_rmon_stats()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_mac.h | 111 void (*get_rmon_stats)(struct fbnic_dev *fbd, bool reset, member
|
| H A D | fbnic_hw_stats.c | 541 mac->get_rmon_stats(fbd, true, &mac_stats->rmon); in fbnic_reset_hw_mac_stats()
|
| H A D | fbnic_mac.c | 898 .get_rmon_stats = fbnic_mac_get_rmon_stats,
|
| H A D | fbnic_ethtool.c | 1853 fbd->mac->get_rmon_stats(fbd, false, &mac_stats->rmon); in fbnic_get_rmon_stats() 1925 .get_rmon_stats = fbnic_get_rmon_stats,
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_ethtool.c | 487 if (mac_dev->get_rmon_stats) in dpaa_get_rmon_stats() 488 mac_dev->get_rmon_stats(mac_dev->fman_mac, s, ranges); in dpaa_get_rmon_stats() 532 .get_rmon_stats = dpaa_get_rmon_stats,
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | mac.h | 56 void (*get_rmon_stats)(struct fman_mac *memac, member
|
| H A D | fman_memac.c | 1179 mac_dev->get_rmon_stats = memac_get_rmon_stats; in memac_initialization()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_ethtool.c | 319 .get_rmon_stats = emac_get_rmon_stats,
|
| /linux/drivers/net/ethernet/broadcom/asp2/ |
| H A D | bcmasp_ethtool.c | 457 .get_rmon_stats = bcmasp_get_rmon_stats,
|
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_ethtool.c | 494 .get_rmon_stats = hbg_ethtool_get_rmon_stats,
|
| /linux/include/linux/ |
| H A D | ethtool.h | 1293 void (*get_rmon_stats)(struct net_device *dev, member
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ethtool.c | 579 .get_rmon_stats = lan966x_get_eth_rmon_stats,
|
| /linux/net/dsa/ |
| H A D | user.c | 1135 if (ds->ops->get_rmon_stats) in dsa_user_get_rmon_stats() 1136 ds->ops->get_rmon_stats(ds, dp->index, rmon_stats, ranges); in dsa_user_get_rmon_stats() 2507 .get_rmon_stats = dsa_user_get_rmon_stats,
|
| /linux/include/net/ |
| H A D | dsa.h | 909 void (*get_rmon_stats)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_ethtool.c | 1181 .get_rmon_stats = fun_get_rmon_stats,
|
| /linux/drivers/net/dsa/ |
| H A D | rzn1_a5psw.c | 1024 .get_rmon_stats = a5psw_get_rmon_stats,
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_ethtool.c | 1241 .get_rmon_stats = sparx5_get_eth_rmon_stats,
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_ethtool.c | 1328 .get_rmon_stats = enetc_get_rmon_stats,
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ethtool.c | 1280 .get_rmon_stats = mlxsw_sp_get_rmon_stats,
|
| /linux/drivers/net/ethernet/spacemit/ |
| H A D | k1_emac.c | 1812 .get_rmon_stats = emac_get_rmon_stats,
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 2317 .get_rmon_stats = felix_get_rmon_stats,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 2789 .get_rmon_stats = mlx5e_get_rmon_stats,
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_axienet_main.c | 2536 .get_rmon_stats = axienet_ethtool_get_rmon_stats,
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 4018 .get_rmon_stats = macb_get_rmon_stats, 4040 .get_rmon_stats = gem_get_rmon_stats,
|