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

/linux-4.1.27/drivers/net/xen-netback/
H A Dinterface.c297 } xenvif_stats[] = { variable in typeref:struct:xenvif_stat
300 offsetof(struct xenvif_stats, rx_gso_checksum_fixup)
307 offsetof(struct xenvif_stats, tx_zerocopy_sent),
311 offsetof(struct xenvif_stats, tx_zerocopy_success),
315 offsetof(struct xenvif_stats, tx_zerocopy_fail)
322 offsetof(struct xenvif_stats, tx_frag_overflow)
330 return ARRAY_SIZE(xenvif_stats); xenvif_get_sset_count()
344 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) { xenvif_get_ethtool_stats()
348 accum += *(unsigned long *)(vif_stats + xenvif_stats[i].offset); xenvif_get_ethtool_stats()
360 for (i = 0; i < ARRAY_SIZE(xenvif_stats); i++) xenvif_get_strings()
362 xenvif_stats[i].name, ETH_GSTRING_LEN); xenvif_get_strings()
H A Dcommon.h111 struct xenvif_stats { struct
200 struct xenvif_stats stats;

Completed in 33 milliseconds