Searched refs:xenvif_stats (Results 1 – 2 of 2) sorted by relevance
387 } xenvif_stats[] = { variable390 offsetof(struct xenvif_stats, rx_gso_checksum_fixup)397 offsetof(struct xenvif_stats, tx_zerocopy_sent),401 offsetof(struct xenvif_stats, tx_zerocopy_success),405 offsetof(struct xenvif_stats, tx_zerocopy_fail)412 offsetof(struct xenvif_stats, tx_frag_overflow)420 return ARRAY_SIZE(xenvif_stats); in xenvif_get_sset_count()437 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) { in xenvif_get_ethtool_stats()441 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset); in xenvif_get_ethtool_stats()455 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) in xenvif_get_strings()[all …]
108 struct xenvif_stats { struct217 struct xenvif_stats stats;