Lines Matching refs:lpfc_vport
39 void lpfc_issue_clear_la(struct lpfc_hba *, struct lpfc_vport *);
50 void lpfc_sli4_unreg_all_rpis(struct lpfc_vport *);
52 void lpfc_reg_vpi(struct lpfc_vport *, LPFC_MBOXQ_t *);
53 void lpfc_register_new_vport(struct lpfc_hba *, struct lpfc_vport *,
61 struct lpfc_vport *lpfc_find_vport_by_did(struct lpfc_hba *, uint32_t);
62 void lpfc_cleanup_rcv_buffers(struct lpfc_vport *);
63 void lpfc_rcv_seq_check_edtov(struct lpfc_vport *);
64 void lpfc_cleanup_rpis(struct lpfc_vport *, int);
65 void lpfc_cleanup_pending_mbox(struct lpfc_vport *);
67 void lpfc_linkdown_port(struct lpfc_vport *);
68 void lpfc_port_link_failure(struct lpfc_vport *);
86 void lpfc_enqueue_node(struct lpfc_vport *, struct lpfc_nodelist *);
87 void lpfc_dequeue_node(struct lpfc_vport *, struct lpfc_nodelist *);
88 struct lpfc_nodelist *lpfc_enable_node(struct lpfc_vport *,
90 void lpfc_nlp_set_state(struct lpfc_vport *, struct lpfc_nodelist *, int);
91 void lpfc_drop_node(struct lpfc_vport *, struct lpfc_nodelist *);
92 void lpfc_set_disctmo(struct lpfc_vport *);
93 int lpfc_can_disctmo(struct lpfc_vport *);
94 int lpfc_unreg_rpi(struct lpfc_vport *, struct lpfc_nodelist *);
95 void lpfc_unreg_all_rpis(struct lpfc_vport *);
97 void lpfc_unreg_default_rpis(struct lpfc_vport *);
98 void lpfc_issue_reg_vpi(struct lpfc_hba *, struct lpfc_vport *);
102 struct lpfc_nodelist *lpfc_nlp_init(struct lpfc_vport *vport, uint32_t did);
106 struct lpfc_nodelist *lpfc_setup_disc_node(struct lpfc_vport *, uint32_t);
107 void lpfc_disc_list_loopmap(struct lpfc_vport *);
108 void lpfc_disc_start(struct lpfc_vport *);
109 void lpfc_cleanup_discovery_resources(struct lpfc_vport *);
110 void lpfc_cleanup(struct lpfc_vport *);
114 struct lpfc_nodelist *__lpfc_findnode_rpi(struct lpfc_vport *, uint16_t);
115 struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_vport *, uint16_t);
119 int lpfc_disc_state_machine(struct lpfc_vport *, struct lpfc_nodelist *, void *,
122 void lpfc_do_scr_ns_plogi(struct lpfc_hba *, struct lpfc_vport *);
123 int lpfc_check_sparm(struct lpfc_vport *, struct lpfc_nodelist *,
126 void lpfc_more_plogi(struct lpfc_vport *);
127 void lpfc_more_adisc(struct lpfc_vport *);
128 void lpfc_end_rscn(struct lpfc_vport *);
129 int lpfc_els_chk_latt(struct lpfc_vport *);
131 int lpfc_initial_flogi(struct lpfc_vport *);
132 void lpfc_issue_init_vfi(struct lpfc_vport *);
133 int lpfc_initial_fdisc(struct lpfc_vport *);
134 int lpfc_issue_els_plogi(struct lpfc_vport *, uint32_t, uint8_t);
135 int lpfc_issue_els_prli(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t);
136 int lpfc_issue_els_adisc(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t);
137 int lpfc_issue_els_logo(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t);
138 int lpfc_issue_els_npiv_logo(struct lpfc_vport *, struct lpfc_nodelist *);
139 int lpfc_issue_els_scr(struct lpfc_vport *vport, uint8_t retry);
140 int lpfc_issue_els_rscn(struct lpfc_vport *vport, uint8_t retry);
141 int lpfc_issue_fabric_reglogin(struct lpfc_vport *);
142 int lpfc_issue_els_rdf(struct lpfc_vport *vport, uint8_t retry);
145 int lpfc_els_rsp_acc(struct lpfc_vport *, uint32_t, struct lpfc_iocbq *,
147 int lpfc_els_rsp_reject(struct lpfc_vport *, uint32_t, struct lpfc_iocbq *,
149 int lpfc_els_rsp_adisc_acc(struct lpfc_vport *, struct lpfc_iocbq *,
151 int lpfc_els_rsp_prli_acc(struct lpfc_vport *, struct lpfc_iocbq *,
153 void lpfc_cancel_retry_delay_tmo(struct lpfc_vport *, struct lpfc_nodelist *);
158 int lpfc_els_handle_rscn(struct lpfc_vport *);
159 void lpfc_els_flush_rscn(struct lpfc_vport *);
160 int lpfc_rscn_payload_check(struct lpfc_vport *, uint32_t);
162 void lpfc_els_flush_cmd(struct lpfc_vport *);
163 int lpfc_els_disc_adisc(struct lpfc_vport *);
164 int lpfc_els_disc_plogi(struct lpfc_vport *);
166 void lpfc_els_timeout_handler(struct lpfc_vport *);
167 struct lpfc_iocbq *lpfc_prep_els_iocb(struct lpfc_vport *, uint8_t, uint16_t,
175 int lpfc_issue_gidpt(struct lpfc_vport *vport);
176 int lpfc_issue_gidft(struct lpfc_vport *vport);
177 int lpfc_get_gidft_type(struct lpfc_vport *vport, struct lpfc_iocbq *iocbq);
178 int lpfc_ns_cmd(struct lpfc_vport *, int, uint8_t, uint32_t);
179 int lpfc_fdmi_cmd(struct lpfc_vport *, struct lpfc_nodelist *, int, uint32_t);
180 void lpfc_fdmi_change_check(struct lpfc_vport *vport);
182 void lpfc_delayed_disc_timeout_handler(struct lpfc_vport *);
185 void lpfc_update_vport_wwn(struct lpfc_vport *vport);
233 void lpfc_init_vfi(struct lpfcMboxq *, struct lpfc_vport *);
234 void lpfc_reg_vfi(struct lpfcMboxq *, struct lpfc_vport *, dma_addr_t);
236 void lpfc_unreg_vfi(struct lpfcMboxq *, struct lpfc_vport *);
242 void lpfc_issue_init_vpi(struct lpfc_vport *);
254 int lpfc_nvmet_rcv_unsol_abort(struct lpfc_vport *vport,
274 int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *, uint16_t);
282 void lpfc_stop_vport_timers(struct lpfc_vport *);
307 int lpfc_sli_host_down(struct lpfc_vport *);
316 void lpfc_sli4_seq_abort_rsp(struct lpfc_vport *vport,
349 int lpfc_sli_sum_iocb(struct lpfc_vport *, uint16_t, uint64_t, lpfc_ctx_cmd);
350 int lpfc_sli_abort_iocb(struct lpfc_vport *, struct lpfc_sli_ring *, uint16_t,
353 lpfc_sli_abort_taskmgmt(struct lpfc_vport *, struct lpfc_sli_ring *,
359 struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_vport *, uint32_t);
360 struct lpfc_nodelist *lpfc_findnode_wwpn(struct lpfc_vport *,
362 struct lpfc_nodelist *lpfc_findnode_mapped(struct lpfc_vport *vport);
383 int lpfc_link_reset(struct lpfc_vport *vport);
397 void lpfc_get_vport_cfgparam(struct lpfc_vport *);
398 int lpfc_alloc_sysfs_attr(struct lpfc_vport *);
399 void lpfc_free_sysfs_attr(struct lpfc_vport *);
407 int lpfc_vport_symbolic_node_name(struct lpfc_vport *, char *, size_t);
408 int lpfc_vport_symbolic_port_name(struct lpfc_vport *, char *, size_t);
412 struct lpfc_vport *lpfc_create_port(struct lpfc_hba *, int, struct device *);
414 int lpfc_mbx_unreg_vpi(struct lpfc_vport *);
415 void destroy_port(struct lpfc_vport *);
419 extern void lpfc_debugfs_initialize(struct lpfc_vport *);
420 extern void lpfc_debugfs_terminate(struct lpfc_vport *);
421 extern void lpfc_debugfs_disc_trc(struct lpfc_vport *, int, char *, uint32_t,
459 struct lpfc_vport *lpfc_find_vport_by_vpid(struct lpfc_hba *, uint16_t);
485 void lpfc_cleanup_vports_rrqs(struct lpfc_vport *, struct lpfc_nodelist *);
486 struct lpfc_node_rrq *lpfc_get_active_rrq(struct lpfc_vport *, uint16_t,
500 void lpfc_sli_abts_recover_port(struct lpfc_vport *,
503 int lpfc_issue_reg_vfi(struct lpfc_vport *);
504 int lpfc_issue_unreg_vfi(struct lpfc_vport *);
551 void lpfc_nvme_rescan_port(struct lpfc_vport *vport,
553 void lpfc_nvme_unregister_port(struct lpfc_vport *vport,
555 int lpfc_nvme_register_port(struct lpfc_vport *vport,
557 int lpfc_nvme_create_localport(struct lpfc_vport *vport);
558 void lpfc_nvme_destroy_localport(struct lpfc_vport *vport);
559 void lpfc_nvme_update_localport(struct lpfc_vport *vport);