Home
last modified time | relevance | path

Searched refs:xenvif_stats (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dinterface.c386 } xenvif_stats[] = { variable
389 offsetof(struct xenvif_stats, rx_gso_checksum_fixup)
396 offsetof(struct xenvif_stats, tx_zerocopy_sent),
400 offsetof(struct xenvif_stats, tx_zerocopy_success),
404 offsetof(struct xenvif_stats, tx_zerocopy_fail)
411 offsetof(struct xenvif_stats, tx_frag_overflow)
419 return ARRAY_SIZE(xenvif_stats); in xenvif_get_sset_count()
436 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) { in xenvif_get_ethtool_stats()
440 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset); in xenvif_get_ethtool_stats()
454 for (i = 0; i < ARRAY_SIZE(xenvif_stats); in xenvif_get_strings()
[all...]
H A Dcommon.h108 struct xenvif_stats { struct
217 struct xenvif_stats stats;
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dinterface.c384 } xenvif_stats[] = { variable
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); in xenvif_get_sset_count()
434 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) { in xenvif_get_ethtool_stats()
438 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset); in xenvif_get_ethtool_stats()
452 for (i = 0; i < ARRAY_SIZE(xenvif_stats); in xenvif_get_strings()
[all...]
H A Dcommon.h108 struct xenvif_stats { struct
217 struct xenvif_stats stats;

Completed in 4 milliseconds