enic: record all bad FCS errs as frame errors
[safe/jmp/linux-2.6] / drivers / net / enic / enic.h
index 86b8c15..c26cea0 100644 (file)
@@ -97,6 +97,7 @@ struct enic {
        ____cacheline_aligned struct vnic_rq rq[1];
        unsigned int rq_count;
        int (*rq_alloc_buf)(struct vnic_rq *rq);
+       u64 rq_bad_fcs;
        struct napi_struct napi;
        struct net_lro_mgr lro_mgr;
        struct net_lro_desc lro_desc[ENIC_LRO_MAX_DESC];