Lines Matching refs:lpfc_vport
40 void lpfc_issue_clear_la(struct lpfc_hba *, struct lpfc_vport *);
51 void lpfc_sli4_unreg_all_rpis(struct lpfc_vport *);
53 void lpfc_reg_vpi(struct lpfc_vport *, LPFC_MBOXQ_t *);
54 void lpfc_register_new_vport(struct lpfc_hba *, struct lpfc_vport *,
65 struct lpfc_vport *lpfc_find_vport_by_did(struct lpfc_hba *, uint32_t);
66 void lpfc_cleanup_rcv_buffers(struct lpfc_vport *);
67 void lpfc_rcv_seq_check_edtov(struct lpfc_vport *);
68 void lpfc_cleanup_rpis(struct lpfc_vport *, int);
69 void lpfc_cleanup_pending_mbox(struct lpfc_vport *);
71 void lpfc_linkdown_port(struct lpfc_vport *);
72 void lpfc_port_link_failure(struct lpfc_vport *);
77 void lpfc_release_rpi(struct lpfc_hba *, struct lpfc_vport *, uint16_t);
91 void lpfc_enqueue_node(struct lpfc_vport *, struct lpfc_nodelist *);
92 void lpfc_dequeue_node(struct lpfc_vport *, struct lpfc_nodelist *);
93 struct lpfc_nodelist *lpfc_enable_node(struct lpfc_vport *,
95 void lpfc_nlp_set_state(struct lpfc_vport *, struct lpfc_nodelist *, int);
96 void lpfc_drop_node(struct lpfc_vport *, struct lpfc_nodelist *);
97 void lpfc_set_disctmo(struct lpfc_vport *);
98 int lpfc_can_disctmo(struct lpfc_vport *);
99 int lpfc_unreg_rpi(struct lpfc_vport *, struct lpfc_nodelist *);
100 void lpfc_unreg_all_rpis(struct lpfc_vport *);
102 void lpfc_unreg_default_rpis(struct lpfc_vport *);
103 void lpfc_issue_reg_vpi(struct lpfc_hba *, struct lpfc_vport *);
107 struct lpfc_nodelist *lpfc_nlp_init(struct lpfc_vport *vport, uint32_t did);
111 struct lpfc_nodelist *lpfc_setup_disc_node(struct lpfc_vport *, uint32_t);
112 void lpfc_disc_list_loopmap(struct lpfc_vport *);
113 void lpfc_disc_start(struct lpfc_vport *);
114 void lpfc_cleanup_discovery_resources(struct lpfc_vport *);
115 void lpfc_cleanup(struct lpfc_vport *);
119 struct lpfc_nodelist *__lpfc_findnode_rpi(struct lpfc_vport *, uint16_t);
120 struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_vport *, uint16_t);
124 int lpfc_disc_state_machine(struct lpfc_vport *, struct lpfc_nodelist *, void *,
127 void lpfc_do_scr_ns_plogi(struct lpfc_hba *, struct lpfc_vport *);
128 int lpfc_check_sparm(struct lpfc_vport *, struct lpfc_nodelist *,
131 void lpfc_more_plogi(struct lpfc_vport *);
132 void lpfc_more_adisc(struct lpfc_vport *);
133 void lpfc_end_rscn(struct lpfc_vport *);
134 int lpfc_els_chk_latt(struct lpfc_vport *);
136 int lpfc_initial_flogi(struct lpfc_vport *);
137 void lpfc_issue_init_vfi(struct lpfc_vport *);
138 int lpfc_initial_fdisc(struct lpfc_vport *);
139 int lpfc_issue_els_plogi(struct lpfc_vport *, uint32_t, uint8_t);
140 int lpfc_issue_els_prli(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t);
141 int lpfc_issue_els_adisc(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t);
142 int lpfc_issue_els_logo(struct lpfc_vport *, struct lpfc_nodelist *, uint8_t);
143 int lpfc_issue_els_npiv_logo(struct lpfc_vport *, struct lpfc_nodelist *);
144 int lpfc_issue_els_scr(struct lpfc_vport *, uint32_t, uint8_t);
145 int lpfc_issue_fabric_reglogin(struct lpfc_vport *);
148 int lpfc_els_rsp_acc(struct lpfc_vport *, uint32_t, struct lpfc_iocbq *,
150 int lpfc_els_rsp_reject(struct lpfc_vport *, uint32_t, struct lpfc_iocbq *,
152 int lpfc_els_rsp_adisc_acc(struct lpfc_vport *, struct lpfc_iocbq *,
154 int lpfc_els_rsp_prli_acc(struct lpfc_vport *, struct lpfc_iocbq *,
156 void lpfc_cancel_retry_delay_tmo(struct lpfc_vport *, struct lpfc_nodelist *);
161 int lpfc_els_handle_rscn(struct lpfc_vport *);
162 void lpfc_els_flush_rscn(struct lpfc_vport *);
163 int lpfc_rscn_payload_check(struct lpfc_vport *, uint32_t);
165 void lpfc_els_flush_cmd(struct lpfc_vport *);
166 int lpfc_els_disc_adisc(struct lpfc_vport *);
167 int lpfc_els_disc_plogi(struct lpfc_vport *);
169 void lpfc_els_timeout_handler(struct lpfc_vport *);
170 struct lpfc_iocbq *lpfc_prep_els_iocb(struct lpfc_vport *, uint8_t, uint16_t,
178 int lpfc_issue_gidft(struct lpfc_vport *vport);
179 int lpfc_get_gidft_type(struct lpfc_vport *vport, struct lpfc_iocbq *iocbq);
180 int lpfc_ns_cmd(struct lpfc_vport *, int, uint8_t, uint32_t);
181 int lpfc_fdmi_cmd(struct lpfc_vport *, struct lpfc_nodelist *, int, uint32_t);
182 void lpfc_fdmi_num_disc_check(struct lpfc_vport *);
184 void lpfc_delayed_disc_timeout_handler(struct lpfc_vport *);
187 void lpfc_update_vport_wwn(struct lpfc_vport *vport);
234 void lpfc_init_vfi(struct lpfcMboxq *, struct lpfc_vport *);
235 void lpfc_reg_vfi(struct lpfcMboxq *, struct lpfc_vport *, dma_addr_t);
237 void lpfc_unreg_vfi(struct lpfcMboxq *, struct lpfc_vport *);
243 void lpfc_issue_init_vpi(struct lpfc_vport *);
255 int lpfc_nvmet_rcv_unsol_abort(struct lpfc_vport *vport,
275 int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *, uint16_t);
283 void lpfc_stop_vport_timers(struct lpfc_vport *);
308 int lpfc_sli_host_down(struct lpfc_vport *);
317 void lpfc_sli4_seq_abort_rsp(struct lpfc_vport *vport,
350 int lpfc_sli_sum_iocb(struct lpfc_vport *, uint16_t, uint64_t, lpfc_ctx_cmd);
351 int lpfc_sli_abort_iocb(struct lpfc_vport *, struct lpfc_sli_ring *, uint16_t,
354 lpfc_sli_abort_taskmgmt(struct lpfc_vport *, struct lpfc_sli_ring *,
360 struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_vport *, uint32_t);
361 struct lpfc_nodelist *lpfc_findnode_wwpn(struct lpfc_vport *,
395 void lpfc_get_vport_cfgparam(struct lpfc_vport *);
396 int lpfc_alloc_sysfs_attr(struct lpfc_vport *);
397 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,
470 struct lpfc_vport *lpfc_find_vport_by_vpid(struct lpfc_hba *, uint16_t);
496 void lpfc_cleanup_vports_rrqs(struct lpfc_vport *, struct lpfc_nodelist *);
497 struct lpfc_node_rrq *lpfc_get_active_rrq(struct lpfc_vport *, uint16_t,
511 void lpfc_sli_abts_recover_port(struct lpfc_vport *,
514 int lpfc_issue_reg_vfi(struct lpfc_vport *);
515 int lpfc_issue_unreg_vfi(struct lpfc_vport *);
549 void lpfc_nvme_unregister_port(struct lpfc_vport *vport,
551 int lpfc_nvme_register_port(struct lpfc_vport *vport,
553 int lpfc_nvme_create_localport(struct lpfc_vport *vport);
554 void lpfc_nvme_destroy_localport(struct lpfc_vport *vport);
555 void lpfc_nvme_update_localport(struct lpfc_vport *vport);