Home
last modified time | relevance | path

Searched defs:xenvif_stats (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/xen-netback/
Dcommon.h111 struct xenvif_stats { struct
116 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;
Dinterface.c297 } xenvif_stats[] = { variable