Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
Dfec.h545 XDP_STATS_TOTAL, enumerator
579 u32 stats[XDP_STATS_TOTAL];
Dfec_main.c2860 static const char *fec_xdp_stat_strs[XDP_STATS_TOTAL] = {
2881 u64 xdp_stats[XDP_STATS_TOTAL] = { 0 }; in fec_enet_get_xdp_stats()
2888 for (j = 0; j < XDP_STATS_TOTAL; j++) in fec_enet_get_xdp_stats()
2927 data += XDP_STATS_TOTAL; in fec_enet_get_ethtool_stats()
2961 count = ARRAY_SIZE(fec_stats) + XDP_STATS_TOTAL; in fec_enet_get_sset_count()
2986 for (j = 0; j < XDP_STATS_TOTAL; j++) in fec_enet_clear_ethtool_stats()
3275 for (i = 0; i < XDP_STATS_TOTAL; i++) in fec_enet_free_buffers()