diff options
| author | Sreekanth Reddy <[email protected]> | 2022-05-05 18:48:08 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2022-05-11 02:14:34 +0000 |
| commit | 1aa529d400253eda76733dbb95b62f6cca7b274a (patch) | |
| tree | f5beb8a64e123eae0a956732e2c3f6ff4a8bed03 /drivers/scsi/mpi3mr/mpi3mr.h | |
| parent | scsi: lpfc: Update lpfc version to 14.2.0.3 (diff) | |
| download | kernel-1aa529d400253eda76733dbb95b62f6cca7b274a.tar.gz kernel-1aa529d400253eda76733dbb95b62f6cca7b274a.zip | |
scsi: mpi3mr: Increase I/O timeout value to 60s
Set each SCSI device's default I/O timeout and default error handling I/O
timeout to 60s.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sreekanth Reddy <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/mpi3mr/mpi3mr.h')
| -rw-r--r-- | drivers/scsi/mpi3mr/mpi3mr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/mpi3mr/mpi3mr.h b/drivers/scsi/mpi3mr/mpi3mr.h index 8612b66b7d03..584659e2c578 100644 --- a/drivers/scsi/mpi3mr/mpi3mr.h +++ b/drivers/scsi/mpi3mr/mpi3mr.h @@ -124,6 +124,9 @@ extern atomic64_t event_counter; #define MPI3MR_WATCHDOG_INTERVAL 1000 /* in milli seconds */ +#define MPI3MR_SCMD_TIMEOUT (60 * HZ) +#define MPI3MR_EH_SCMD_TIMEOUT (60 * HZ) + /* Internal admin command state definitions*/ #define MPI3MR_CMD_NOTUSED 0x8000 #define MPI3MR_CMD_COMPLETE 0x0001 |
