Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dethtool.h1152 void (*get_mm_stats)(struct net_device *dev, struct ethtool_mm_stats *stats); member
/linux-6.15/net/dsa/
H A Duser.c1207 if (ds->ops->get_mm_stats) in dsa_user_get_mm_stats()
1208 ds->ops->get_mm_stats(ds, dp->index, stats); in dsa_user_get_mm_stats()
2539 .get_mm_stats = dsa_user_get_mm_stats,
/linux-6.15/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c1009 .get_mm_stats = am65_cpsw_get_mm_stats,
/linux-6.15/include/net/
H A Ddsa.h940 void (*get_mm_stats)(struct dsa_switch *ds, int port, member
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c1205 .get_mm_stats = enetc_get_mm_stats,
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c1339 .get_mm_stats = stmmac_get_mm_stats,
/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix.c2244 .get_mm_stats = felix_get_mm_stats,