diff options
Diffstat (limited to 'drivers/scsi/bfa/fcs_rport.h')
-rw-r--r-- | drivers/scsi/bfa/fcs_rport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/fcs_rport.h b/drivers/scsi/bfa/fcs_rport.h index 9c8d1d292380..e634fb7a69b8 100644 --- a/drivers/scsi/bfa/fcs_rport.h +++ b/drivers/scsi/bfa/fcs_rport.h | |||
@@ -24,6 +24,8 @@ | |||
24 | 24 | ||
25 | #include <fcs/bfa_fcs_rport.h> | 25 | #include <fcs/bfa_fcs_rport.h> |
26 | 26 | ||
27 | #define BFA_FCS_RPORT_MAX_RETRIES (5) | ||
28 | |||
27 | void bfa_fcs_rport_uf_recv(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs, | 29 | void bfa_fcs_rport_uf_recv(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs, |
28 | u16 len); | 30 | u16 len); |
29 | void bfa_fcs_rport_scn(struct bfa_fcs_rport_s *rport); | 31 | void bfa_fcs_rport_scn(struct bfa_fcs_rport_s *rport); |
@@ -41,6 +43,7 @@ void bfa_fcs_rport_plogi_create(struct bfa_fcs_port_s *port, | |||
41 | void bfa_fcs_rport_plogi(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs, | 43 | void bfa_fcs_rport_plogi(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs, |
42 | struct fc_logi_s *plogi); | 44 | struct fc_logi_s *plogi); |
43 | void bfa_fcs_rport_logo_imp(struct bfa_fcs_rport_s *rport); | 45 | void bfa_fcs_rport_logo_imp(struct bfa_fcs_rport_s *rport); |
46 | void bfa_fcs_rport_prlo(struct bfa_fcs_rport_s *rport, uint16_t ox_id); | ||
44 | void bfa_fcs_rport_itnim_ack(struct bfa_fcs_rport_s *rport); | 47 | void bfa_fcs_rport_itnim_ack(struct bfa_fcs_rport_s *rport); |
45 | void bfa_fcs_rport_itntm_ack(struct bfa_fcs_rport_s *rport); | 48 | void bfa_fcs_rport_itntm_ack(struct bfa_fcs_rport_s *rport); |
46 | void bfa_fcs_rport_tin_ack(struct bfa_fcs_rport_s *rport); | 49 | void bfa_fcs_rport_tin_ack(struct bfa_fcs_rport_s *rport); |