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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h
index 528d43b7b569..1d3521e13d77 100644
--- a/drivers/scsi/fnic/fnic.h
+++ b/drivers/scsi/fnic/fnic.h
@@ -39,14 +39,15 @@
39 39
40#define DRV_NAME "fnic" 40#define DRV_NAME "fnic"
41#define DRV_DESCRIPTION "Cisco FCoE HBA Driver" 41#define DRV_DESCRIPTION "Cisco FCoE HBA Driver"
42#define DRV_VERSION "1.5.0.45" 42#define DRV_VERSION "1.6.0.10"
43#define PFX DRV_NAME ": " 43#define PFX DRV_NAME ": "
44#define DFX DRV_NAME "%d: " 44#define DFX DRV_NAME "%d: "
45 45
46#define DESC_CLEAN_LOW_WATERMARK 8 46#define DESC_CLEAN_LOW_WATERMARK 8
47#define FNIC_UCSM_DFLT_THROTTLE_CNT_BLD 16 /* UCSM default throttle count */ 47#define FNIC_UCSM_DFLT_THROTTLE_CNT_BLD 16 /* UCSM default throttle count */
48#define FNIC_MIN_IO_REQ 256 /* Min IO throttle count */ 48#define FNIC_MIN_IO_REQ 256 /* Min IO throttle count */
49#define FNIC_MAX_IO_REQ 2048 /* scsi_cmnd tag map entries */ 49#define FNIC_MAX_IO_REQ 1024 /* scsi_cmnd tag map entries */
50#define FNIC_DFLT_IO_REQ 256 /* Default scsi_cmnd tag map entries */
50#define FNIC_IO_LOCKS 64 /* IO locks: power of 2 */ 51#define FNIC_IO_LOCKS 64 /* IO locks: power of 2 */
51#define FNIC_DFLT_QUEUE_DEPTH 32 52#define FNIC_DFLT_QUEUE_DEPTH 32
52#define FNIC_STATS_RATE_LIMIT 4 /* limit rate at which stats are pulled up */ 53#define FNIC_STATS_RATE_LIMIT 4 /* limit rate at which stats are pulled up */