diff options
Diffstat (limited to 'drivers/net/cxgb3/adapter.h')
-rw-r--r-- | drivers/net/cxgb3/adapter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/adapter.h b/drivers/net/cxgb3/adapter.h index 95dce4832478..66ce456614a8 100644 --- a/drivers/net/cxgb3/adapter.h +++ b/drivers/net/cxgb3/adapter.h | |||
@@ -197,6 +197,7 @@ struct sge_qset { /* an SGE queue set */ | |||
197 | struct netdev_queue *tx_q; /* associated netdev TX queue */ | 197 | struct netdev_queue *tx_q; /* associated netdev TX queue */ |
198 | unsigned long txq_stopped; /* which Tx queues are stopped */ | 198 | unsigned long txq_stopped; /* which Tx queues are stopped */ |
199 | struct timer_list tx_reclaim_timer; /* reclaims TX buffers */ | 199 | struct timer_list tx_reclaim_timer; /* reclaims TX buffers */ |
200 | struct timer_list rx_reclaim_timer; /* reclaims RX buffers */ | ||
200 | unsigned long port_stats[SGE_PSTAT_MAX]; | 201 | unsigned long port_stats[SGE_PSTAT_MAX]; |
201 | } ____cacheline_aligned; | 202 | } ____cacheline_aligned; |
202 | 203 | ||