Searched defs:xenvif_stats (Results 1 – 2 of 2) sorted by relevance
111 struct xenvif_stats { struct116 u64 rx_bytes;117 u64 rx_packets;118 u64 tx_bytes;119 u64 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;
397 } xenvif_stats[] = { variable