]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/iscsi_tcp.h
[SCSI] lpfc 8.1.1 : Added code to adjust lun queue depth to avoid target overloading
[linux-2.6-omap-h63xx.git] / drivers / scsi / iscsi_tcp.h
index d23ae68fae0d8d6821b8045cfff25eba70a3e356..855f2dfd18afb9612b84754130162c6f8ed559a1 100644 (file)
@@ -71,7 +71,8 @@
 #define ISCSI_MGMT_CMDS_MAX            32      /* must be power of 2 */
 #define ISCSI_MGMT_ITT_OFFSET          0xa00
 #define ISCSI_SG_TABLESIZE             SG_ALL
-#define ISCSI_CMD_PER_LUN              128
+#define ISCSI_DEF_CMD_PER_LUN          32
+#define ISCSI_MAX_CMD_PER_LUN          128
 #define ISCSI_TCP_MAX_CMD_LEN          16
 
 #define ITT_MASK                       (0xfff)