aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r--drivers/net/hyperv/hyperv_net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index d58f28c46386..5fd6f4674326 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -35,6 +35,7 @@ struct hv_netvsc_packet;
35/* Represent the xfer page packet which contains 1 or more netvsc packet */ 35/* Represent the xfer page packet which contains 1 or more netvsc packet */
36struct xferpage_packet { 36struct xferpage_packet {
37 struct list_head list_ent; 37 struct list_head list_ent;
38 u32 status;
38 39
39 /* # of netvsc packets this xfer packet contains */ 40 /* # of netvsc packets this xfer packet contains */
40 u32 count; 41 u32 count;
@@ -47,6 +48,7 @@ struct xferpage_packet {
47struct hv_netvsc_packet { 48struct hv_netvsc_packet {
48 /* Bookkeeping stuff */ 49 /* Bookkeeping stuff */
49 struct list_head list_ent; 50 struct list_head list_ent;
51 u32 status;
50 52
51 struct hv_device *device; 53 struct hv_device *device;
52 bool is_data_pkt; 54 bool is_data_pkt;