[SCSI] bfa: change FC_ELS_TOV to 20sec
authorVijaya Mohan Guvva <vmohan@brocade.com>
Thu, 21 Nov 2013 09:37:48 +0000 (01:37 -0800)
committerJames 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

index 562ef739b0bcdb830ffeb2da8622b0278d1e9e2c..64069a0a3d0d10de0a17f89c5a8e23b74a65f302 100644 (file)
@@ -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)
 
 /*
This page took 0.026322 seconds and 5 git commands to generate.