git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4804 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2013-03-19 00:42:53 +00:00
parent 154cc8aa87
commit 8bea0e5b56
+2
View File
@@ -100,12 +100,14 @@ extern unsigned long scst_trace_flag;
**/
#define SCST_MAX_TGT_DEV_COMMANDS 64
#ifdef CONFIG_SCST_PER_DEVICE_CMD_COUNT_LIMIT
/**
** Maximum count of uncompleted commands that could be queued on any device.
** Then initiators sending commands to this device will start getting
** TASK QUEUE FULL status.
**/
#define SCST_MAX_DEV_COMMANDS 256
#endif
#define SCST_TGT_RETRY_TIMEOUT (3/2*HZ)