aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_crtn.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_crtn.h')
-rw-r--r--drivers/scsi/lpfc/lpfc_crtn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h
index 59164c6aa28f..338b5dd10a92 100644
--- a/drivers/scsi/lpfc/lpfc_crtn.h
+++ b/drivers/scsi/lpfc/lpfc_crtn.h
@@ -45,6 +45,7 @@ void lpfc_init_link(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t, uint32_t);
45struct lpfc_vport *lpfc_find_vport_by_did(struct lpfc_hba *, uint32_t); 45struct lpfc_vport *lpfc_find_vport_by_did(struct lpfc_hba *, uint32_t);
46void lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove); 46void lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove);
47int lpfc_linkdown(struct lpfc_hba *); 47int lpfc_linkdown(struct lpfc_hba *);
48void lpfc_port_link_failure(struct lpfc_vport *);
48void lpfc_mbx_cmpl_read_la(struct lpfc_hba *, LPFC_MBOXQ_t *); 49void lpfc_mbx_cmpl_read_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
49 50
50void lpfc_mbx_cmpl_clear_la(struct lpfc_hba *, LPFC_MBOXQ_t *); 51void lpfc_mbx_cmpl_clear_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
@@ -74,6 +75,7 @@ void lpfc_disc_list_loopmap(struct lpfc_vport *);
74void lpfc_disc_start(struct lpfc_vport *); 75void lpfc_disc_start(struct lpfc_vport *);
75void lpfc_disc_flush_list(struct lpfc_vport *); 76void lpfc_disc_flush_list(struct lpfc_vport *);
76void lpfc_cleanup_discovery_resources(struct lpfc_vport *); 77void lpfc_cleanup_discovery_resources(struct lpfc_vport *);
78void lpfc_cleanup(struct lpfc_vport *);
77void lpfc_disc_timeout(unsigned long); 79void lpfc_disc_timeout(unsigned long);
78 80
79struct lpfc_nodelist *__lpfc_findnode_rpi(struct lpfc_vport *, uint16_t); 81struct lpfc_nodelist *__lpfc_findnode_rpi(struct lpfc_vport *, uint16_t);
@@ -91,6 +93,8 @@ void lpfc_do_scr_ns_plogi(struct lpfc_hba *, struct lpfc_vport *);
91int lpfc_check_sparm(struct lpfc_vport *, struct lpfc_nodelist *, 93int lpfc_check_sparm(struct lpfc_vport *, struct lpfc_nodelist *,
92 struct serv_parm *, uint32_t); 94 struct serv_parm *, uint32_t);
93int lpfc_els_abort(struct lpfc_hba *, struct lpfc_nodelist *); 95int lpfc_els_abort(struct lpfc_hba *, struct lpfc_nodelist *);
96void lpfc_more_plogi(struct lpfc_vport *);
97void lpfc_end_rscn(struct lpfc_vport *);
94int lpfc_els_chk_latt(struct lpfc_vport *); 98int lpfc_els_chk_latt(struct lpfc_vport *);
95int lpfc_els_abort_flogi(struct lpfc_hba *); 99int lpfc_els_abort_flogi(struct lpfc_hba *);
96int lpfc_initial_flogi(struct lpfc_vport *); 100int lpfc_initial_flogi(struct lpfc_vport *);