Home
last modified time | relevance | path

Searched refs:xenvif_stats (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/xen-netback/
Dinterface.c399 } xenvif_stats[] = { variable
402 offsetof(struct xenvif_stats, rx_gso_checksum_fixup)
409 offsetof(struct xenvif_stats, tx_zerocopy_sent),
413 offsetof(struct xenvif_stats, tx_zerocopy_success),
417 offsetof(struct xenvif_stats, tx_zerocopy_fail)
424 offsetof(struct xenvif_stats, tx_frag_overflow)
432 return ARRAY_SIZE(xenvif_stats); in xenvif_get_sset_count()
449 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) { in xenvif_get_ethtool_stats()
453 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset); in xenvif_get_ethtool_stats()
467 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) in xenvif_get_strings()
[all …]
Dcommon.h111 struct xenvif_stats { struct
219 struct xenvif_stats stats;