aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r--drivers/net/bnx2x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h
index 185a6bab2227..c3b32f71e024 100644
--- a/drivers/net/bnx2x.h
+++ b/drivers/net/bnx2x.h
@@ -1023,6 +1023,9 @@ struct bnx2x {
1023 /* used to synchronize dmae accesses */ 1023 /* used to synchronize dmae accesses */
1024 struct mutex dmae_mutex; 1024 struct mutex dmae_mutex;
1025 1025
1026 /* used to protect the FW mail box */
1027 struct mutex fw_mb_mutex;
1028
1026 /* used to synchronize stats collecting */ 1029 /* used to synchronize stats collecting */
1027 int stats_state; 1030 int stats_state;
1028 /* used by dmae command loader */ 1031 /* used by dmae command loader */