Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dmarvell.c335 static const struct marvell_hw_stat_simple marvell_hw_stats_simple[] = { variable
339 static_assert(ARRAY_SIZE(marvell_hw_stats_simple) <= NB_STAT_MAX);
2055 return ARRAY_SIZE(marvell_hw_stats_simple); in marvell_get_sset_count_simple()
2073 ethtool_puts(&data, marvell_hw_stats_simple[i].string); in marvell_get_strings_simple()
2097 struct marvell_hw_stat_simple stat = marvell_hw_stats_simple[i]; in marvell_get_stat_simple()