diff options
Diffstat (limited to 'drivers/net/xen-netback/common.h')
-rw-r--r-- | drivers/net/xen-netback/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h index 49109afa2253..683d30160a7c 100644 --- a/drivers/net/xen-netback/common.h +++ b/drivers/net/xen-netback/common.h | |||
@@ -179,6 +179,9 @@ struct xenvif { | |||
179 | 179 | ||
180 | /* Statistics */ | 180 | /* Statistics */ |
181 | unsigned long rx_gso_checksum_fixup; | 181 | unsigned long rx_gso_checksum_fixup; |
182 | unsigned long tx_zerocopy_sent; | ||
183 | unsigned long tx_zerocopy_success; | ||
184 | unsigned long tx_zerocopy_fail; | ||
182 | 185 | ||
183 | /* Miscellaneous private stuff. */ | 186 | /* Miscellaneous private stuff. */ |
184 | struct net_device *dev; | 187 | struct net_device *dev; |