aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/fcs_rport.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bfa/fcs_rport.h')
-rw-r--r--drivers/scsi/bfa/fcs_rport.h3
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
27void bfa_fcs_rport_uf_recv(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs, 29void bfa_fcs_rport_uf_recv(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs,
28 u16 len); 30 u16 len);
29void bfa_fcs_rport_scn(struct bfa_fcs_rport_s *rport); 31void 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,
41void bfa_fcs_rport_plogi(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs, 43void 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);
43void bfa_fcs_rport_logo_imp(struct bfa_fcs_rport_s *rport); 45void bfa_fcs_rport_logo_imp(struct bfa_fcs_rport_s *rport);
46void bfa_fcs_rport_prlo(struct bfa_fcs_rport_s *rport, uint16_t ox_id);
44void bfa_fcs_rport_itnim_ack(struct bfa_fcs_rport_s *rport); 47void bfa_fcs_rport_itnim_ack(struct bfa_fcs_rport_s *rport);
45void bfa_fcs_rport_itntm_ack(struct bfa_fcs_rport_s *rport); 48void bfa_fcs_rport_itntm_ack(struct bfa_fcs_rport_s *rport);
46void bfa_fcs_rport_tin_ack(struct bfa_fcs_rport_s *rport); 49void bfa_fcs_rport_tin_ack(struct bfa_fcs_rport_s *rport);