Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/lantiq/
H A Dlantiq_gswip_common.c66 static const struct gswip_rmon_cnt_desc gswip_rmon_cnt[] = { variable
1499 for (i = 0; i < ARRAY_SIZE(gswip_rmon_cnt); i++) in gswip_get_strings()
1500 ethtool_puts(&data, gswip_rmon_cnt[i].name); in gswip_get_strings()
1538 for (i = 0; i < ARRAY_SIZE(gswip_rmon_cnt); i++) { in gswip_get_ethtool_stats()
1539 rmon_cnt = &gswip_rmon_cnt[i]; in gswip_get_ethtool_stats()
1556 return ARRAY_SIZE(gswip_rmon_cnt); in gswip_get_sset_count()