Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dlantiq_gswip.c299 static const struct gswip_rmon_cnt_desc gswip_rmon_cnt[] = { variable
1705 for (i = 0; i < ARRAY_SIZE(gswip_rmon_cnt); i++) in gswip_get_strings()
1706 strncpy(data + i * ETH_GSTRING_LEN, gswip_rmon_cnt[i].name, in gswip_get_strings()
1744 for (i = 0; i < ARRAY_SIZE(gswip_rmon_cnt); i++) { in gswip_get_ethtool_stats()
1745 rmon_cnt = &gswip_rmon_cnt[i]; in gswip_get_ethtool_stats()
1762 return ARRAY_SIZE(gswip_rmon_cnt); in gswip_get_sset_count()