Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/xen-netback/
Dinterface.c310 } xenvif_stats[] = { variable
313 offsetof(struct xenvif_stats, rx_gso_checksum_fixup)
320 offsetof(struct xenvif_stats, tx_zerocopy_sent),
324 offsetof(struct xenvif_stats, tx_zerocopy_success),
328 offsetof(struct xenvif_stats, tx_zerocopy_fail)
335 offsetof(struct xenvif_stats, tx_frag_overflow)
343 return ARRAY_SIZE(xenvif_stats); in xenvif_get_sset_count()
357 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) { in xenvif_get_ethtool_stats()
361 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset); in xenvif_get_ethtool_stats()
373 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) in xenvif_get_strings()
[all …]
Dcommon.h117 struct xenvif_stats { struct
206 struct xenvif_stats stats;