diff options
author | Jing Huang <huangj@brocade.com> | 2010-07-08 22:50:15 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-27 13:04:08 -0400 |
commit | 4f1806bc3c409395de4dab5984f7a235dc4a0eda (patch) | |
tree | 9a631392451ba3c28d62944380685d49f6ca7eb5 /drivers/scsi/bfa/ns.c | |
parent | b85d045ee866011df535565bf12d684e8e5b7a9d (diff) |
[SCSI] bfa: use standards defined timeout for ELS/CT
Use standards defined 2 * RA_TOV as a timeout for ELS Request retries.
And standards defined 3 * RA_TOV as a timeout for FC-CT Request retries.
Also, added a check to send RPSC2 to a Brocade Fabric only.
Signed-off-by: Jing Huang <huangj@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/bfa/ns.c')
-rw-r--r-- | drivers/scsi/bfa/ns.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/bfa/ns.c b/drivers/scsi/bfa/ns.c index 2d6d2d6ff8dc..ae0edcc86ed5 100644 --- a/drivers/scsi/bfa/ns.c +++ b/drivers/scsi/bfa/ns.c | |||
@@ -664,7 +664,7 @@ bfa_fcs_port_ns_send_plogi(void *ns_cbarg, struct bfa_fcxp_s *fcxp_alloced) | |||
664 | 664 | ||
665 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, | 665 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, |
666 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_plogi_response, | 666 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_plogi_response, |
667 | (void *)ns, FC_MAX_PDUSZ, FC_RA_TOV); | 667 | (void *)ns, FC_MAX_PDUSZ, FC_ELS_TOV); |
668 | port->stats.ns_plogi_sent++; | 668 | port->stats.ns_plogi_sent++; |
669 | 669 | ||
670 | bfa_sm_send_event(ns, NSSM_EVENT_PLOGI_SENT); | 670 | bfa_sm_send_event(ns, NSSM_EVENT_PLOGI_SENT); |
@@ -791,7 +791,7 @@ bfa_fcs_port_ns_send_rspn_id(void *ns_cbarg, struct bfa_fcxp_s *fcxp_alloced) | |||
791 | 791 | ||
792 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, | 792 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, |
793 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_rspn_id_response, | 793 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_rspn_id_response, |
794 | (void *)ns, FC_MAX_PDUSZ, FC_RA_TOV); | 794 | (void *)ns, FC_MAX_PDUSZ, FC_FCCT_TOV); |
795 | 795 | ||
796 | port->stats.ns_rspnid_sent++; | 796 | port->stats.ns_rspnid_sent++; |
797 | 797 | ||
@@ -865,7 +865,7 @@ bfa_fcs_port_ns_send_rft_id(void *ns_cbarg, struct bfa_fcxp_s *fcxp_alloced) | |||
865 | 865 | ||
866 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, | 866 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, |
867 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_rft_id_response, | 867 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_rft_id_response, |
868 | (void *)ns, FC_MAX_PDUSZ, FC_RA_TOV); | 868 | (void *)ns, FC_MAX_PDUSZ, FC_FCCT_TOV); |
869 | 869 | ||
870 | port->stats.ns_rftid_sent++; | 870 | port->stats.ns_rftid_sent++; |
871 | bfa_sm_send_event(ns, NSSM_EVENT_RFTID_SENT); | 871 | bfa_sm_send_event(ns, NSSM_EVENT_RFTID_SENT); |
@@ -943,7 +943,7 @@ bfa_fcs_port_ns_send_rff_id(void *ns_cbarg, struct bfa_fcxp_s *fcxp_alloced) | |||
943 | 943 | ||
944 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, | 944 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, |
945 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_rff_id_response, | 945 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_rff_id_response, |
946 | (void *)ns, FC_MAX_PDUSZ, FC_RA_TOV); | 946 | (void *)ns, FC_MAX_PDUSZ, FC_FCCT_TOV); |
947 | 947 | ||
948 | port->stats.ns_rffid_sent++; | 948 | port->stats.ns_rffid_sent++; |
949 | bfa_sm_send_event(ns, NSSM_EVENT_RFFID_SENT); | 949 | bfa_sm_send_event(ns, NSSM_EVENT_RFFID_SENT); |
@@ -1029,7 +1029,7 @@ bfa_fcs_port_ns_send_gid_ft(void *ns_cbarg, struct bfa_fcxp_s *fcxp_alloced) | |||
1029 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, | 1029 | bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, |
1030 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_gid_ft_response, | 1030 | FC_CLASS_3, len, &fchs, bfa_fcs_port_ns_gid_ft_response, |
1031 | (void *)ns, bfa_fcxp_get_maxrsp(port->fcs->bfa), | 1031 | (void *)ns, bfa_fcxp_get_maxrsp(port->fcs->bfa), |
1032 | FC_RA_TOV); | 1032 | FC_FCCT_TOV); |
1033 | 1033 | ||
1034 | port->stats.ns_gidft_sent++; | 1034 | port->stats.ns_gidft_sent++; |
1035 | 1035 | ||