Searched refs:fec_xdp_stat_strs (Results 1 – 1 of 1) sorted by relevance
2831 static const char *fec_xdp_stat_strs[XDP_STATS_TOTAL] = { variable2913 for (i = 0; i < ARRAY_SIZE(fec_xdp_stat_strs); i++) { in fec_enet_get_strings()2914 strncpy(data, fec_xdp_stat_strs[i], ETH_GSTRING_LEN); in fec_enet_get_strings()