Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/dsa/
Dlantiq_gswip.c301 static const struct gswip_rmon_cnt_desc gswip_rmon_cnt[] = { variable
1740 for (i = 0; i < ARRAY_SIZE(gswip_rmon_cnt); i++) in gswip_get_strings()
1741 strncpy(data + i * ETH_GSTRING_LEN, gswip_rmon_cnt[i].name, in gswip_get_strings()
1779 for (i = 0; i < ARRAY_SIZE(gswip_rmon_cnt); i++) { in gswip_get_ethtool_stats()
1780 rmon_cnt = &gswip_rmon_cnt[i]; in gswip_get_ethtool_stats()
1797 return ARRAY_SIZE(gswip_rmon_cnt); in gswip_get_sset_count()