Lines Matching refs:xenvif_stats
384 } xenvif_stats[] = {
387 offsetof(struct xenvif_stats, rx_gso_checksum_fixup)
394 offsetof(struct xenvif_stats, tx_zerocopy_sent),
398 offsetof(struct xenvif_stats, tx_zerocopy_success),
402 offsetof(struct xenvif_stats, tx_zerocopy_fail)
409 offsetof(struct xenvif_stats, tx_frag_overflow)
417 return ARRAY_SIZE(xenvif_stats);
434 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) {
438 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset);
452 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++)
454 xenvif_stats[i].name, ETH_GSTRING_LEN);