projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec331a
)
[SCSI] bfa: change FC_ELS_TOV to 20sec
author
Vijaya Mohan Guvva
<vmohan@brocade.com>
Thu, 21 Nov 2013 09:37:48 +0000
(
01:37
-0800)
committer
James Bottomley
<JBottomley@Parallels.com>
Thu, 19 Dec 2013 15:39:05 +0000
(07:39 -0800)
As per the FCP specs, the timeout for issuing ABTS is 20 sec; not 21
sec. Hence setting the TOV to 20 sec.
Signed-off-by: Vijaya Mohan Guvva <vmohan@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/bfa/bfa_fc.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/bfa/bfa_fc.h
b/drivers/scsi/bfa/bfa_fc.h
index 562ef739b0bcdb830ffeb2da8622b0278d1e9e2c..64069a0a3d0d10de0a17f89c5a8e23b74a65f302 100644
(file)
--- a/
drivers/scsi/bfa/bfa_fc.h
+++ b/
drivers/scsi/bfa/bfa_fc.h
@@
-1026,7
+1026,7
@@
struct fc_alpabm_s {
#define FC_ED_TOV 2
#define FC_REC_TOV (FC_ED_TOV + 1)
#define FC_RA_TOV 10
-#define FC_ELS_TOV (
(2 * FC_RA_TOV) + 1
)
+#define FC_ELS_TOV (
2 * FC_RA_TOV
)
#define FC_FCCT_TOV (3 * FC_RA_TOV)
/*