Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/dsa/
H A Drzn1_a5psw.c20 struct a5psw_stats { struct
30 static const struct a5psw_stats a5psw_stats[] = { variable
805 for (u = 0; u < ARRAY_SIZE(a5psw_stats); u++) in a5psw_get_strings()
806 ethtool_puts(&data, a5psw_stats[u].name); in a5psw_get_strings()
815 for (u = 0; u < ARRAY_SIZE(a5psw_stats); u++) in a5psw_get_ethtool_stats()
816 data[u] = a5psw_read_stat(a5psw, a5psw_stats[u].offset, port); in a5psw_get_ethtool_stats()
824 return ARRAY_SIZE(a5psw_stats); in a5psw_get_sset_count()