Lines Matching defs:xenvif_stats
386 } xenvif_stats[] = {
389 offsetof(struct xenvif_stats, rx_gso_checksum_fixup)
396 offsetof(struct xenvif_stats, tx_zerocopy_sent),
400 offsetof(struct xenvif_stats, tx_zerocopy_success),
404 offsetof(struct xenvif_stats, tx_zerocopy_fail)
411 offsetof(struct xenvif_stats, tx_frag_overflow)
419 return ARRAY_SIZE(xenvif_stats);
436 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) {
440 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset);
454 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++)
456 xenvif_stats[i].name, ETH_GSTRING_LEN);