Home
last modified time | relevance | path

Searched refs:get_mm_stats (Results 1 – 8 of 8) sorted by relevance

/linux/net/ethtool/
H A Dmm.c53 if (ops->get_mm_stats && (req_base->flags & ETHTOOL_FLAG_STATS)) in mm_prepare_data()
54 ops->get_mm_stats(dev, &data->stats); in mm_prepare_data()
/linux/include/linux/
H A Dethtool.h1100 void (*get_mm_stats)(struct net_device *dev, struct ethtool_mm_stats *stats); member
/linux/net/dsa/
H A Duser.c1199 if (ds->ops->get_mm_stats) in dsa_user_get_mm_stats()
1200 ds->ops->get_mm_stats(ds, dp->index, stats); in dsa_user_get_mm_stats()
2477 .get_mm_stats = dsa_user_get_mm_stats,
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c1009 .get_mm_stats = am65_cpsw_get_mm_stats,
/linux/include/net/
H A Ddsa.h953 void (*get_mm_stats)(struct dsa_switch *ds, int port, member
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c1213 .get_mm_stats = enetc_get_mm_stats,
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c1399 .get_mm_stats = stmmac_get_mm_stats,
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c2236 .get_mm_stats = felix_get_mm_stats,