Searched refs:nfp_mac_et_stats (Results 1 – 1 of 1) sorted by relevance
71 static const struct nfp_et_stat nfp_mac_et_stats[] = { variable571 return ARRAY_SIZE(nfp_mac_et_stats); in nfp_mac_get_stats_count()583 for (i = 0; i < ARRAY_SIZE(nfp_mac_et_stats); i++) in nfp_mac_get_stats_strings()584 data = nfp_pr_et(data, "mac.%s", nfp_mac_et_stats[i].name); in nfp_mac_get_stats_strings()598 for (i = 0; i < ARRAY_SIZE(nfp_mac_et_stats); i++) in nfp_mac_get_stats()599 *data++ = readq(port->eth_stats + nfp_mac_et_stats[i].off); in nfp_mac_get_stats()