diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbevf/ixgbevf.h')
-rw-r--r-- | drivers/net/ethernet/intel/ixgbevf/ixgbevf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h b/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h index d7cec1d59821..0547e40980cb 100644 --- a/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h +++ b/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h | |||
@@ -327,7 +327,7 @@ struct ixgbevf_adapter { | |||
327 | u32 eims_other; | 327 | u32 eims_other; |
328 | 328 | ||
329 | /* TX */ | 329 | /* TX */ |
330 | struct ixgbevf_ring *tx_ring; /* One per active queue */ | 330 | struct ixgbevf_ring *tx_ring[MAX_TX_QUEUES]; /* One per active queue */ |
331 | int num_tx_queues; | 331 | int num_tx_queues; |
332 | u64 restart_queue; | 332 | u64 restart_queue; |
333 | u64 hw_csum_tx_good; | 333 | u64 hw_csum_tx_good; |
@@ -337,7 +337,7 @@ struct ixgbevf_adapter { | |||
337 | u32 tx_timeout_count; | 337 | u32 tx_timeout_count; |
338 | 338 | ||
339 | /* RX */ | 339 | /* RX */ |
340 | struct ixgbevf_ring *rx_ring; /* One per active queue */ | 340 | struct ixgbevf_ring *rx_ring[MAX_TX_QUEUES]; /* One per active queue */ |
341 | int num_rx_queues; | 341 | int num_rx_queues; |
342 | u64 hw_csum_rx_error; | 342 | u64 hw_csum_rx_error; |
343 | u64 hw_rx_no_dma_resources; | 343 | u64 hw_rx_no_dma_resources; |