Searched defs:xenvif_stats (Results 1 – 2 of 2) sorted by relevance
117 struct xenvif_stats { struct122 unsigned int rx_bytes;123 unsigned int rx_packets;124 unsigned int tx_bytes;125 unsigned int tx_packets;128 unsigned long rx_gso_checksum_fixup;129 unsigned long tx_zerocopy_sent;130 unsigned long tx_zerocopy_success;131 unsigned long tx_zerocopy_fail;132 unsigned long tx_frag_overflow;
310 } xenvif_stats[] = { variable