Searched refs:xenvif_stats (Results 1 – 2 of 2) sorted by relevance
354 } xenvif_stats[] = { variable357 offsetof(struct xenvif_stats, rx_gso_checksum_fixup)364 offsetof(struct xenvif_stats, tx_zerocopy_sent),368 offsetof(struct xenvif_stats, tx_zerocopy_success),372 offsetof(struct xenvif_stats, tx_zerocopy_fail)379 offsetof(struct xenvif_stats, tx_frag_overflow)387 return ARRAY_SIZE(xenvif_stats); in xenvif_get_sset_count()404 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) { in xenvif_get_ethtool_stats()408 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset); in xenvif_get_ethtool_stats()422 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) in xenvif_get_strings()[all …]
111 struct xenvif_stats { struct205 struct xenvif_stats stats;