diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index 496a91aea63c..628f60cf2fb7 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -166,6 +166,7 @@ struct ixgbe_ring { | |||
166 | 166 | ||
167 | char name[IFNAMSIZ + 5]; | 167 | char name[IFNAMSIZ + 5]; |
168 | u16 work_limit; /* max work per interrupt */ | 168 | u16 work_limit; /* max work per interrupt */ |
169 | u16 rx_buf_len; | ||
169 | }; | 170 | }; |
170 | 171 | ||
171 | #define RING_F_VMDQ 1 | 172 | #define RING_F_VMDQ 1 |
@@ -228,7 +229,6 @@ struct ixgbe_adapter { | |||
228 | struct timer_list watchdog_timer; | 229 | struct timer_list watchdog_timer; |
229 | struct vlan_group *vlgrp; | 230 | struct vlan_group *vlgrp; |
230 | u16 bd_number; | 231 | u16 bd_number; |
231 | u16 rx_buf_len; | ||
232 | struct work_struct reset_task; | 232 | struct work_struct reset_task; |
233 | struct ixgbe_q_vector q_vector[MAX_MSIX_Q_VECTORS]; | 233 | struct ixgbe_q_vector q_vector[MAX_MSIX_Q_VECTORS]; |
234 | char name[MAX_MSIX_COUNT][IFNAMSIZ + 5]; | 234 | char name[MAX_MSIX_COUNT][IFNAMSIZ + 5]; |