Searched defs:xenvif_stats (Results 1 – 2 of 2) sorted by relevance
108 struct xenvif_stats { struct113 u64 rx_bytes;114 u64 rx_packets;115 u64 tx_bytes;116 u64 tx_packets;119 unsigned long rx_gso_checksum_fixup;120 unsigned long tx_zerocopy_sent;121 unsigned long tx_zerocopy_success;122 unsigned long tx_zerocopy_fail;123 unsigned long tx_frag_overflow;
384 } xenvif_stats[] = { variable