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.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h
index 87bea176ac0..d09eb533a27 100644
--- a/drivers/scsi/lpfc/lpfc_crtn.h
+++ b/drivers/scsi/lpfc/lpfc_crtn.h
@@ -48,7 +48,6 @@ int lpfc_linkdown(struct lpfc_hba *);
48void lpfc_port_link_failure(struct lpfc_vport *); 48void lpfc_port_link_failure(struct lpfc_vport *);
49void lpfc_mbx_cmpl_read_la(struct lpfc_hba *, LPFC_MBOXQ_t *); 49void lpfc_mbx_cmpl_read_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
50 50
51void lpfc_mbx_cmpl_clear_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
52void lpfc_mbx_cmpl_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *); 51void lpfc_mbx_cmpl_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
53void lpfc_mbx_cmpl_dflt_rpi(struct lpfc_hba *, LPFC_MBOXQ_t *); 52void lpfc_mbx_cmpl_dflt_rpi(struct lpfc_hba *, LPFC_MBOXQ_t *);
54void lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *); 53void lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
@@ -73,13 +72,11 @@ int lpfc_nlp_not_used(struct lpfc_nodelist *ndlp);
73struct lpfc_nodelist *lpfc_setup_disc_node(struct lpfc_vport *, uint32_t); 72struct lpfc_nodelist *lpfc_setup_disc_node(struct lpfc_vport *, uint32_t);
74void lpfc_disc_list_loopmap(struct lpfc_vport *); 73void lpfc_disc_list_loopmap(struct lpfc_vport *);
75void lpfc_disc_start(struct lpfc_vport *); 74void lpfc_disc_start(struct lpfc_vport *);
76void lpfc_disc_flush_list(struct lpfc_vport *);
77void lpfc_cleanup_discovery_resources(struct lpfc_vport *); 75void lpfc_cleanup_discovery_resources(struct lpfc_vport *);
78void lpfc_cleanup(struct lpfc_vport *); 76void lpfc_cleanup(struct lpfc_vport *);
79void lpfc_disc_timeout(unsigned long); 77void lpfc_disc_timeout(unsigned long);
80 78
81struct lpfc_nodelist *__lpfc_findnode_rpi(struct lpfc_vport *, uint16_t); 79struct lpfc_nodelist *__lpfc_findnode_rpi(struct lpfc_vport *, uint16_t);
82struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_vport *, uint16_t);
83 80
84void lpfc_worker_wake_up(struct lpfc_hba *); 81void lpfc_worker_wake_up(struct lpfc_hba *);
85int lpfc_workq_post_event(struct lpfc_hba *, void *, void *, uint32_t); 82int lpfc_workq_post_event(struct lpfc_hba *, void *, void *, uint32_t);
@@ -87,8 +84,6 @@ int lpfc_do_work(void *);
87int lpfc_disc_state_machine(struct lpfc_vport *, struct lpfc_nodelist *, void *, 84int lpfc_disc_state_machine(struct lpfc_vport *, struct lpfc_nodelist *, void *,
88 uint32_t); 85 uint32_t);
89 86
90void lpfc_register_new_vport(struct lpfc_hba *, struct lpfc_vport *,
91 struct lpfc_nodelist *);
92void lpfc_do_scr_ns_plogi(struct lpfc_hba *, struct lpfc_vport *); 87void lpfc_do_scr_ns_plogi(struct lpfc_hba *, struct lpfc_vport *);
93int lpfc_check_sparm(struct lpfc_vport *, struct lpfc_nodelist *, 88int lpfc_check_sparm(struct lpfc_vport *, struct lpfc_nodelist *,
94 struct serv_parm *, uint32_t); 89 struct serv_parm *, uint32_t);
@@ -99,7 +94,6 @@ int lpfc_els_chk_latt(struct lpfc_vport *);
99int lpfc_els_abort_flogi(struct lpfc_hba *); 94int lpfc_els_abort_flogi(struct lpfc_hba *);
100int lpfc_initial_flogi(struct lpfc_vport *); 95int lpfc_initial_flogi(struct lpfc_vport *);
101int lpfc_initial_fdisc(struct lpfc_vport *); 96int lpfc_initial_fdisc(struct lpfc_vport *);
102int lpfc_issue_els_fdisc(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t);
103int lpfc_issue_els_plogi(struct lpfc_vport *, uint32_t, uint8_t); 97int lpfc_issue_els_plogi(struct lpfc_vport *, uint32_t, uint8_t);
104int lpfc_issue_els_prli(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t); 98int lpfc_issue_els_prli(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t);
105int lpfc_issue_els_adisc(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t); 99int lpfc_issue_els_adisc(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t);
@@ -119,7 +113,6 @@ int lpfc_els_rsp_prli_acc(struct lpfc_vport *, struct lpfc_iocbq *,
119void lpfc_cancel_retry_delay_tmo(struct lpfc_vport *, struct lpfc_nodelist *); 113void lpfc_cancel_retry_delay_tmo(struct lpfc_vport *, struct lpfc_nodelist *);
120void lpfc_els_retry_delay(unsigned long); 114void lpfc_els_retry_delay(unsigned long);
121void lpfc_els_retry_delay_handler(struct lpfc_nodelist *); 115void lpfc_els_retry_delay_handler(struct lpfc_nodelist *);
122void lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *);
123void lpfc_els_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *, 116void lpfc_els_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *,
124 struct lpfc_iocbq *); 117 struct lpfc_iocbq *);
125int lpfc_els_handle_rscn(struct lpfc_vport *); 118int lpfc_els_handle_rscn(struct lpfc_vport *);
@@ -131,7 +124,6 @@ int lpfc_els_disc_adisc(struct lpfc_vport *);
131int lpfc_els_disc_plogi(struct lpfc_vport *); 124int lpfc_els_disc_plogi(struct lpfc_vport *);
132void lpfc_els_timeout(unsigned long); 125void lpfc_els_timeout(unsigned long);
133void lpfc_els_timeout_handler(struct lpfc_vport *); 126void lpfc_els_timeout_handler(struct lpfc_vport *);
134void lpfc_hb_timeout(unsigned long);
135void lpfc_hb_timeout_handler(struct lpfc_hba *); 127void lpfc_hb_timeout_handler(struct lpfc_hba *);
136 128
137void lpfc_ct_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *, 129void lpfc_ct_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *,
@@ -149,7 +141,6 @@ void lpfc_hba_init(struct lpfc_hba *, uint32_t *);
149int lpfc_post_buffer(struct lpfc_hba *, struct lpfc_sli_ring *, int, int); 141int lpfc_post_buffer(struct lpfc_hba *, struct lpfc_sli_ring *, int, int);
150void lpfc_decode_firmware_rev(struct lpfc_hba *, char *, int); 142void lpfc_decode_firmware_rev(struct lpfc_hba *, char *, int);
151int lpfc_online(struct lpfc_hba *); 143int lpfc_online(struct lpfc_hba *);
152void lpfc_block_mgmt_io(struct lpfc_hba *);
153void lpfc_unblock_mgmt_io(struct lpfc_hba *); 144void lpfc_unblock_mgmt_io(struct lpfc_hba *);
154void lpfc_offline_prep(struct lpfc_hba *); 145void lpfc_offline_prep(struct lpfc_hba *);
155void lpfc_offline(struct lpfc_hba *); 146void lpfc_offline(struct lpfc_hba *);
@@ -172,7 +163,6 @@ int lpfc_mbox_tmo_val(struct lpfc_hba *, int);
172 163
173void lpfc_config_hbq(struct lpfc_hba *, uint32_t, struct lpfc_hbq_init *, 164void lpfc_config_hbq(struct lpfc_hba *, uint32_t, struct lpfc_hbq_init *,
174 uint32_t , LPFC_MBOXQ_t *); 165 uint32_t , LPFC_MBOXQ_t *);
175struct lpfc_hbq_entry * lpfc_sli_next_hbq_slot(struct lpfc_hba *, uint32_t);
176struct hbq_dmabuf *lpfc_els_hbq_alloc(struct lpfc_hba *); 166struct hbq_dmabuf *lpfc_els_hbq_alloc(struct lpfc_hba *);
177void lpfc_els_hbq_free(struct lpfc_hba *, struct hbq_dmabuf *); 167void lpfc_els_hbq_free(struct lpfc_hba *, struct hbq_dmabuf *);
178 168
@@ -185,7 +175,6 @@ void lpfc_poll_start_timer(struct lpfc_hba * phba);
185void lpfc_sli_poll_fcp_ring(struct lpfc_hba * hba); 175void lpfc_sli_poll_fcp_ring(struct lpfc_hba * hba);
186struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *); 176struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *);
187void lpfc_sli_release_iocbq(struct lpfc_hba * phba, struct lpfc_iocbq * iocb); 177void lpfc_sli_release_iocbq(struct lpfc_hba * phba, struct lpfc_iocbq * iocb);
188void __lpfc_sli_release_iocbq(struct lpfc_hba * phba, struct lpfc_iocbq * iocb);
189uint16_t lpfc_sli_next_iotag(struct lpfc_hba * phba, struct lpfc_iocbq * iocb); 178uint16_t lpfc_sli_next_iotag(struct lpfc_hba * phba, struct lpfc_iocbq * iocb);
190 179
191void lpfc_reset_barrier(struct lpfc_hba * phba); 180void lpfc_reset_barrier(struct lpfc_hba * phba);
@@ -217,10 +206,8 @@ struct lpfc_dmabuf * lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *,
217 struct lpfc_sli_ring *, uint32_t ); 206 struct lpfc_sli_ring *, uint32_t );
218 207
219int lpfc_sli_hbq_count(void); 208int lpfc_sli_hbq_count(void);
220int lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *, uint32_t);
221int lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *, uint32_t); 209int lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *, uint32_t);
222void lpfc_sli_hbqbuf_free_all(struct lpfc_hba *); 210void lpfc_sli_hbqbuf_free_all(struct lpfc_hba *);
223struct hbq_dmabuf *lpfc_sli_hbqbuf_find(struct lpfc_hba *, uint32_t);
224int lpfc_sli_hbq_size(void); 211int lpfc_sli_hbq_size(void);
225int lpfc_sli_issue_abort_iotag(struct lpfc_hba *, struct lpfc_sli_ring *, 212int lpfc_sli_issue_abort_iotag(struct lpfc_hba *, struct lpfc_sli_ring *,
226 struct lpfc_iocbq *); 213 struct lpfc_iocbq *);
@@ -231,9 +218,6 @@ int lpfc_sli_abort_iocb(struct lpfc_vport *, struct lpfc_sli_ring *, uint16_t,
231void lpfc_mbox_timeout(unsigned long); 218void lpfc_mbox_timeout(unsigned long);
232void lpfc_mbox_timeout_handler(struct lpfc_hba *); 219void lpfc_mbox_timeout_handler(struct lpfc_hba *);
233 220
234struct lpfc_nodelist *__lpfc_find_node(struct lpfc_vport *, node_filter,
235 void *);
236struct lpfc_nodelist *lpfc_find_node(struct lpfc_vport *, node_filter, void *);
237struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_vport *, uint32_t); 221struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_vport *, uint32_t);
238struct lpfc_nodelist *lpfc_findnode_wwpn(struct lpfc_vport *, 222struct lpfc_nodelist *lpfc_findnode_wwpn(struct lpfc_vport *,
239 struct lpfc_name *); 223 struct lpfc_name *);
@@ -294,11 +278,8 @@ extern void lpfc_debugfs_slow_ring_trc(struct lpfc_hba *, char *, uint32_t,
294extern struct lpfc_hbq_init *lpfc_hbq_defs[]; 278extern struct lpfc_hbq_init *lpfc_hbq_defs[];
295 279
296/* Interface exported by fabric iocb scheduler */ 280/* Interface exported by fabric iocb scheduler */
297int lpfc_issue_fabric_iocb(struct lpfc_hba *, struct lpfc_iocbq *);
298void lpfc_fabric_abort_vport(struct lpfc_vport *);
299void lpfc_fabric_abort_nport(struct lpfc_nodelist *); 281void lpfc_fabric_abort_nport(struct lpfc_nodelist *);
300void lpfc_fabric_abort_hba(struct lpfc_hba *); 282void lpfc_fabric_abort_hba(struct lpfc_hba *);
301void lpfc_fabric_abort_flogi(struct lpfc_hba *);
302void lpfc_fabric_block_timeout(unsigned long); 283void lpfc_fabric_block_timeout(unsigned long);
303void lpfc_unblock_fabric_iocbs(struct lpfc_hba *); 284void lpfc_unblock_fabric_iocbs(struct lpfc_hba *);
304void lpfc_adjust_queue_depth(struct lpfc_hba *); 285void lpfc_adjust_queue_depth(struct lpfc_hba *);