aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r--drivers/net/bnx2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h
index f459fb2f9ad..7a5e88f831f 100644
--- a/drivers/net/bnx2.h
+++ b/drivers/net/bnx2.h
@@ -6207,6 +6207,8 @@ struct l2_fhdr {
6207 6207
6208#define BNX2_CP_SCRATCH 0x001a0000 6208#define BNX2_CP_SCRATCH 0x001a0000
6209 6209
6210#define BNX2_FW_MAX_ISCSI_CONN 0x001a0080
6211
6210 6212
6211/* 6213/*
6212 * mcp_reg definition 6214 * mcp_reg definition
@@ -6759,7 +6761,7 @@ struct bnx2 {
6759 u32 tx_wake_thresh; 6761 u32 tx_wake_thresh;
6760 6762
6761#ifdef BCM_CNIC 6763#ifdef BCM_CNIC
6762 struct cnic_ops *cnic_ops; 6764 struct cnic_ops __rcu *cnic_ops;
6763 void *cnic_data; 6765 void *cnic_data;
6764#endif 6766#endif
6765 6767