diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index 79c35ae3718c..d0ea3d6dea95 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -111,7 +111,10 @@ struct vf_data_storage { | |||
111 | u16 default_vf_vlan_id; | 111 | u16 default_vf_vlan_id; |
112 | u16 vlans_enabled; | 112 | u16 vlans_enabled; |
113 | bool clear_to_send; | 113 | bool clear_to_send; |
114 | bool pf_set_mac; | ||
114 | int rar; | 115 | int rar; |
116 | u16 pf_vlan; /* When set, guest VLAN config not allowed. */ | ||
117 | u16 pf_qos; | ||
115 | }; | 118 | }; |
116 | 119 | ||
117 | /* wrapper around a pointer to a socket buffer, | 120 | /* wrapper around a pointer to a socket buffer, |