aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic/fnic.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/fnic/fnic.h')
-rw-r--r--drivers/scsi/fnic/fnic.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h
index e4dd3d7cd236..528d43b7b569 100644
--- a/drivers/scsi/fnic/fnic.h
+++ b/drivers/scsi/fnic/fnic.h
@@ -27,6 +27,7 @@
27#include "fnic_io.h" 27#include "fnic_io.h"
28#include "fnic_res.h" 28#include "fnic_res.h"
29#include "fnic_trace.h" 29#include "fnic_trace.h"
30#include "fnic_stats.h"
30#include "vnic_dev.h" 31#include "vnic_dev.h"
31#include "vnic_wq.h" 32#include "vnic_wq.h"
32#include "vnic_rq.h" 33#include "vnic_rq.h"
@@ -38,7 +39,7 @@
38 39
39#define DRV_NAME "fnic" 40#define DRV_NAME "fnic"
40#define DRV_DESCRIPTION "Cisco FCoE HBA Driver" 41#define DRV_DESCRIPTION "Cisco FCoE HBA Driver"
41#define DRV_VERSION "1.5.0.23" 42#define DRV_VERSION "1.5.0.45"
42#define PFX DRV_NAME ": " 43#define PFX DRV_NAME ": "
43#define DFX DRV_NAME "%d: " 44#define DFX DRV_NAME "%d: "
44 45
@@ -232,6 +233,13 @@ struct fnic {
232 unsigned int wq_count; 233 unsigned int wq_count;
233 unsigned int cq_count; 234 unsigned int cq_count;
234 235
236 struct dentry *fnic_stats_debugfs_host;
237 struct dentry *fnic_stats_debugfs_file;
238 struct dentry *fnic_reset_debugfs_file;
239 unsigned int reset_stats;
240 atomic64_t io_cmpl_skip;
241 struct fnic_stats fnic_stats;
242
235 u32 vlan_hw_insert:1; /* let hw insert the tag */ 243 u32 vlan_hw_insert:1; /* let hw insert the tag */
236 u32 in_remove:1; /* fnic device in removal */ 244 u32 in_remove:1; /* fnic device in removal */
237 u32 stop_rx_link_events:1; /* stop proc. rx frames, link events */ 245 u32 stop_rx_link_events:1; /* stop proc. rx frames, link events */