Lines Matching refs:xenvif_stats
346 } xenvif_stats[] = { variable
349 offsetof(struct xenvif_stats, rx_gso_checksum_fixup)
356 offsetof(struct xenvif_stats, tx_zerocopy_sent),
360 offsetof(struct xenvif_stats, tx_zerocopy_success),
364 offsetof(struct xenvif_stats, tx_zerocopy_fail)
371 offsetof(struct xenvif_stats, tx_frag_overflow)
379 return ARRAY_SIZE(xenvif_stats); in xenvif_get_sset_count()
396 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) { in xenvif_get_ethtool_stats()
400 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset); in xenvif_get_ethtool_stats()
414 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) in xenvif_get_strings()
416 xenvif_stats[i].name, ETH_GSTRING_LEN); in xenvif_get_strings()