diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index 5ba03845c3e3..064af675a941 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -152,9 +152,9 @@ struct ixgbe_ring { | |||
152 | struct net_lro_mgr lro_mgr; | 152 | struct net_lro_mgr lro_mgr; |
153 | bool lro_used; | 153 | bool lro_used; |
154 | struct ixgbe_queue_stats stats; | 154 | struct ixgbe_queue_stats stats; |
155 | u8 v_idx; /* maps directly to the index for this ring in the hardware | 155 | u16 v_idx; /* maps directly to the index for this ring in the hardware |
156 | * vector array, can also be used for finding the bit in EICR | 156 | * vector array, can also be used for finding the bit in EICR |
157 | * and friends that represents the vector for this ring */ | 157 | * and friends that represents the vector for this ring */ |
158 | 158 | ||
159 | 159 | ||
160 | u16 work_limit; /* max work per interrupt */ | 160 | u16 work_limit; /* max work per interrupt */ |