hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/scsi/fnic/fnic.h
....@@ -39,7 +39,7 @@
3939
4040 #define DRV_NAME "fnic"
4141 #define DRV_DESCRIPTION "Cisco FCoE HBA Driver"
42
-#define DRV_VERSION "1.6.0.34"
42
+#define DRV_VERSION "1.6.0.47"
4343 #define PFX DRV_NAME ": "
4444 #define DFX DRV_NAME "%d: "
4545
....@@ -49,7 +49,7 @@
4949 #define FNIC_MAX_IO_REQ 1024 /* scsi_cmnd tag map entries */
5050 #define FNIC_DFLT_IO_REQ 256 /* Default scsi_cmnd tag map entries */
5151 #define FNIC_IO_LOCKS 64 /* IO locks: power of 2 */
52
-#define FNIC_DFLT_QUEUE_DEPTH 32
52
+#define FNIC_DFLT_QUEUE_DEPTH 256
5353 #define FNIC_STATS_RATE_LIMIT 4 /* limit rate at which stats are pulled up */
5454
5555 /*
....@@ -128,6 +128,7 @@
128128 __fnic_set_state_flags(fnicp, st_flags, 1)
129129
130130 extern unsigned int fnic_log_level;
131
+extern unsigned int io_completions;
131132
132133 #define FNIC_MAIN_LOGGING 0x01
133134 #define FNIC_FCS_LOGGING 0x02
....@@ -196,6 +197,7 @@
196197 #define FNIC_WQ_MAX 1
197198 #define FNIC_RQ_MAX 1
198199 #define FNIC_CQ_MAX (FNIC_WQ_COPY_MAX + FNIC_WQ_MAX + FNIC_RQ_MAX)
200
+#define FNIC_DFLT_IO_COMPLETIONS 256
199201
200202 struct mempool;
201203