aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorBrian King <brking@linux.vnet.ibm.com>2015-05-13 09:50:27 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-21 13:10:01 -0400
commit77d10175396e764488886923eeaec58c3ff1fb7b (patch)
tree4aabacafa47802c2f088cb0ac1505d2f9d4c3197 /drivers/scsi
parenta6556a506ea1c737e8adafd59015786448ffbf3f (diff)
ipr: Increase default adapter init stage change timeout
commit 45c44b5ff9caa743ed9c2bfd44307c536c9caf1e upstream. Increase the default init stage change timeout from 15 seconds to 30 seconds. This resolves issues we have seen with some adapters not transitioning to the first init stage within 15 seconds, which results in adapter initialization failures. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Odin.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/ipr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h
index 47412cf4eaac..73790a1d0969 100644
--- a/drivers/scsi/ipr.h
+++ b/drivers/scsi/ipr.h
@@ -272,7 +272,7 @@
272#define IPR_RUNTIME_RESET 0x40000000 272#define IPR_RUNTIME_RESET 0x40000000
273 273
274#define IPR_IPL_INIT_MIN_STAGE_TIME 5 274#define IPR_IPL_INIT_MIN_STAGE_TIME 5
275#define IPR_IPL_INIT_DEFAULT_STAGE_TIME 15 275#define IPR_IPL_INIT_DEFAULT_STAGE_TIME 30
276#define IPR_IPL_INIT_STAGE_UNKNOWN 0x0 276#define IPR_IPL_INIT_STAGE_UNKNOWN 0x0
277#define IPR_IPL_INIT_STAGE_TRANSOP 0xB0000000 277#define IPR_IPL_INIT_STAGE_TRANSOP 0xB0000000
278#define IPR_IPL_INIT_STAGE_MASK 0xff000000 278#define IPR_IPL_INIT_STAGE_MASK 0xff000000