mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[SCSI] bfa: change FC_ELS_TOV to 20sec
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>
This commit is contained in:
parent
2ec331aa52
commit
1e917c6207
1 changed files with 1 additions and 1 deletions
|
@ -1026,7 +1026,7 @@ struct fc_alpabm_s {
|
||||||
#define FC_ED_TOV 2
|
#define FC_ED_TOV 2
|
||||||
#define FC_REC_TOV (FC_ED_TOV + 1)
|
#define FC_REC_TOV (FC_ED_TOV + 1)
|
||||||
#define FC_RA_TOV 10
|
#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)
|
#define FC_FCCT_TOV (3 * FC_RA_TOV)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue