Searched defs:xenvif_stats (Results 1 – 2 of 2) sorted by relevance
111 struct xenvif_stats { struct116 unsigned int rx_bytes;117 unsigned int rx_packets;118 unsigned int tx_bytes;119 unsigned int tx_packets;122 unsigned long rx_gso_checksum_fixup;123 unsigned long tx_zerocopy_sent;124 unsigned long tx_zerocopy_success;125 unsigned long tx_zerocopy_fail;126 unsigned long tx_frag_overflow;
297 } xenvif_stats[] = { variable