diff options
Diffstat (limited to 'drivers/net/enic/enic.h')
-rw-r--r-- | drivers/net/enic/enic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/enic/enic.h b/drivers/net/enic/enic.h index 86b8c15b4d3e..c26cea0b300e 100644 --- a/drivers/net/enic/enic.h +++ b/drivers/net/enic/enic.h | |||
@@ -97,6 +97,7 @@ struct enic { | |||
97 | ____cacheline_aligned struct vnic_rq rq[1]; | 97 | ____cacheline_aligned struct vnic_rq rq[1]; |
98 | unsigned int rq_count; | 98 | unsigned int rq_count; |
99 | int (*rq_alloc_buf)(struct vnic_rq *rq); | 99 | int (*rq_alloc_buf)(struct vnic_rq *rq); |
100 | u64 rq_bad_fcs; | ||
100 | struct napi_struct napi; | 101 | struct napi_struct napi; |
101 | struct net_lro_mgr lro_mgr; | 102 | struct net_lro_mgr lro_mgr; |
102 | struct net_lro_desc lro_desc[ENIC_LRO_MAX_DESC]; | 103 | struct net_lro_desc lro_desc[ENIC_LRO_MAX_DESC]; |