diff options
Diffstat (limited to 'drivers/net/cxgb3/adapter.h')
-rw-r--r-- | drivers/net/cxgb3/adapter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/cxgb3/adapter.h b/drivers/net/cxgb3/adapter.h index 271140433b09..4f5cc6987ec1 100644 --- a/drivers/net/cxgb3/adapter.h +++ b/drivers/net/cxgb3/adapter.h | |||
@@ -124,8 +124,7 @@ struct sge_rspq { /* state for an SGE response queue */ | |||
124 | dma_addr_t phys_addr; /* physical address of the ring */ | 124 | dma_addr_t phys_addr; /* physical address of the ring */ |
125 | unsigned int cntxt_id; /* SGE context id for the response q */ | 125 | unsigned int cntxt_id; /* SGE context id for the response q */ |
126 | spinlock_t lock; /* guards response processing */ | 126 | spinlock_t lock; /* guards response processing */ |
127 | struct sk_buff *rx_head; /* offload packet receive queue head */ | 127 | struct sk_buff_head rx_queue; /* offload packet receive queue */ |
128 | struct sk_buff *rx_tail; /* offload packet receive queue tail */ | ||
129 | struct sk_buff *pg_skb; /* used to build frag list in napi handler */ | 128 | struct sk_buff *pg_skb; /* used to build frag list in napi handler */ |
130 | 129 | ||
131 | unsigned long offload_pkts; | 130 | unsigned long offload_pkts; |