Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/
H A Dlantiq_gswip.c312 static const struct gswip_rmon_cnt_desc gswip_rmon_cnt[] = { variable
1761 for (i = 0; i < ARRAY_SIZE(gswip_rmon_cnt); i++) in gswip_get_strings()
1762 strncpy(data + i * ETH_GSTRING_LEN, gswip_rmon_cnt[i].name, in gswip_get_strings()
1800 for (i = 0; i < ARRAY_SIZE(gswip_rmon_cnt); i++) { in gswip_get_ethtool_stats()
1801 rmon_cnt = &gswip_rmon_cnt[i]; in gswip_get_ethtool_stats()
1818 return ARRAY_SIZE(gswip_rmon_cnt); in gswip_get_sset_count()