Searched refs:get_rmon_stats (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | stats.c | 158 dev->ethtool_ops->get_rmon_stats) in stats_prepare_data() 159 dev->ethtool_ops->get_rmon_stats(dev, &data->rmon_stats, in stats_prepare_data() 561 ops->get_rmon_stats(dev, &emac, &dummy); in ethtool_aggregate_rmon_stats() 562 ops->get_rmon_stats(dev, &pmac, &dummy); in ethtool_aggregate_rmon_stats()
|
/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 208 .get_rmon_stats = emac_get_rmon_stats,
|
/openbmc/linux/include/linux/ |
H A D | ethtool.h | 902 void (*get_rmon_stats)(struct net_device *dev, member
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_ethtool.c | 498 .get_rmon_stats = bcmasp_get_rmon_stats,
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ethtool.c | 590 .get_rmon_stats = lan966x_get_eth_rmon_stats,
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 1164 if (ds->ops->get_rmon_stats) in dsa_slave_get_rmon_stats() 1165 ds->ops->get_rmon_stats(ds, dp->index, rmon_stats, ranges); in dsa_slave_get_rmon_stats() 2373 .get_rmon_stats = dsa_slave_get_rmon_stats,
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 912 void (*get_rmon_stats)(struct dsa_switch *ds, int port, member
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_ethtool.c | 1191 .get_rmon_stats = fun_get_rmon_stats,
|
/openbmc/linux/drivers/net/dsa/ |
H A D | rzn1_a5psw.c | 1011 .get_rmon_stats = a5psw_get_rmon_stats,
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 1191 .get_rmon_stats = enetc_get_rmon_stats,
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_ethtool.c | 1229 .get_rmon_stats = sparx5_get_eth_rmon_stats,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ethtool.c | 1265 .get_rmon_stats = mlxsw_sp_get_rmon_stats,
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2109 .get_rmon_stats = felix_get_rmon_stats,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_ethtool.c | 2464 .get_rmon_stats = mlx5e_get_rmon_stats,
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 4191 .get_rmon_stats = bnxt_get_rmon_stats,
|