Searched refs:get_eth_mac_stats (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | stats.c | 152 dev->ethtool_ops->get_eth_mac_stats) in stats_prepare_data() 153 dev->ethtool_ops->get_eth_mac_stats(dev, &data->mac_stats); in stats_prepare_data() 480 ops->get_eth_mac_stats(dev, &emac); in ethtool_aggregate_mac_stats() 481 ops->get_eth_mac_stats(dev, &pmac); in ethtool_aggregate_mac_stats()
|
/openbmc/linux/include/linux/ |
H A D | ethtool.h | 898 void (*get_eth_mac_stats)(struct net_device *dev, member
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_ethtool.c | 497 .get_eth_mac_stats = bcmasp_get_eth_mac_stats,
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 2131 .get_eth_mac_stats = rtl8365mb_get_mac_stats, 2154 .get_eth_mac_stats = rtl8365mb_get_mac_stats,
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ethtool.c | 589 .get_eth_mac_stats = lan966x_get_eth_mac_stats,
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 1141 if (ds->ops->get_eth_mac_stats) in dsa_slave_get_eth_mac_stats() 1142 ds->ops->get_eth_mac_stats(ds, dp->index, mac_stats); in dsa_slave_get_eth_mac_stats() 2371 .get_eth_mac_stats = dsa_slave_get_eth_mac_stats,
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 908 void (*get_eth_mac_stats)(struct dsa_switch *ds, int port, member
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_ethtool.c | 1189 .get_eth_mac_stats = fun_get_802_3_stats,
|
/openbmc/linux/drivers/net/dsa/ |
H A D | rzn1_a5psw.c | 1009 .get_eth_mac_stats = a5psw_get_eth_mac_stats,
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 1192 .get_eth_mac_stats = enetc_get_eth_mac_stats,
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_ethtool.c | 1227 .get_eth_mac_stats = sparx5_get_eth_mac_stats,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ethtool.c | 1261 .get_eth_mac_stats = mlxsw_sp_get_eth_mac_stats,
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2111 .get_eth_mac_stats = felix_get_eth_mac_stats,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_ethtool.c | 2462 .get_eth_mac_stats = mlx5e_get_eth_mac_stats,
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 4189 .get_eth_mac_stats = bnxt_get_eth_mac_stats,
|