Home
last modified time | relevance | path

Searched refs:lpfc_vport (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c122 struct lpfc_vport *vport = (struct lpfc_vport *)shost->hostdata; in lpfc_cmf_info_show()
322 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata; in lpfc_enable_fip_show()
336 struct lpfc_vport *vport = shost_priv(shost); in lpfc_nvme_info_show()
708 struct lpfc_vport *vport = shost_priv(shost); in lpfc_scsi_stat_show()
759 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata; in lpfc_bg_info_show()
779 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata; in lpfc_bg_guard_err_show()
791 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata; in lpfc_bg_apptag_err_show()
803 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata; in lpfc_bg_reftag_err_show()
840 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata; in lpfc_serialnum_show()
863 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata; in lpfc_temp_sensor_show()
[all …]
H A Dlpfc_vport.c53 inline void lpfc_vport_set_state(struct lpfc_vport *vport, in lpfc_vport_set_state()
118 lpfc_vport_sparm(struct lpfc_hba *phba, struct lpfc_vport *vport) in lpfc_vport_sparm()
202 lpfc_unique_wwpn(struct lpfc_hba *phba, struct lpfc_vport *new_vport) in lpfc_unique_wwpn()
204 struct lpfc_vport *vport; in lpfc_unique_wwpn()
238 static void lpfc_discovery_wait(struct lpfc_vport *vport) in lpfc_discovery_wait()
297 struct lpfc_vport *pport = (struct lpfc_vport *) shost->hostdata; in lpfc_vport_create()
299 struct lpfc_vport *vport = NULL; in lpfc_vport_create()
407 *(struct lpfc_vport **)fc_vport->dd_data = vport; in lpfc_vport_create()
487 lpfc_send_npiv_logo(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) in lpfc_send_npiv_logo()
535 struct lpfc_vport *vport = *(struct lpfc_vport **)fc_vport->dd_data; in disable_vport()
[all …]
H A Dlpfc_ct.c157 struct lpfc_vport *vport = ndlp->vport; in lpfc_ct_reject_event()
286 struct lpfc_vport *vport = ctiocbq->vport; in lpfc_ct_handle_mibreq()
586 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_gen_req()
664 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp, in lpfc_ct_cmd()
698 struct lpfc_vport *
700 struct lpfc_vport *vport_curr; in lpfc_find_vport_by_did()
715 lpfc_prep_node_fc4type(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_prep_node_fc4type()
803 lpfc_ns_rsp_audit_did(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_ns_rsp_audit_did()
844 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint8_t fc4_type, in lpfc_ns_rsp()
912 struct lpfc_vport *vport = cmdiocb->vport; in lpfc_cmpl_ct_cmd_gid_ft()
[all …]
H A Dlpfc_hbadisc.c70 static void lpfc_disc_timeout_handler(struct lpfc_vport *);
71 static void lpfc_disc_flush_list(struct lpfc_vport *vport);
137 struct lpfc_vport *vport; in lpfc_terminate_rport_io()
160 struct lpfc_vport *vport; in lpfc_dev_loss_tmo_callbk()
307 static void lpfc_check_inactive_vmid_one(struct lpfc_vport *vport) in lpfc_check_inactive_vmid_one()
383 struct lpfc_vport *vport; in lpfc_check_inactive_vmid()
384 struct lpfc_vport **vports; in lpfc_check_inactive_vmid()
414 lpfc_check_nlp_post_devloss(struct lpfc_vport *vport, in lpfc_check_nlp_post_devloss()
441 struct lpfc_vport *vport; in lpfc_dev_loss_tmo_handler()
607 struct lpfc_vport *vport; in lpfc_check_vmid_qfpa_issue()
[all …]
H A Dlpfc_vmid.c47 struct lpfc_vmid *lpfc_get_vmid_from_hashtable(struct lpfc_vport *vport, in lpfc_get_vmid_from_hashtable()
69 lpfc_put_vmid_in_hashtable(struct lpfc_vport *vport, u32 hash, in lpfc_put_vmid_in_hashtable()
107 static void lpfc_vmid_update_entry(struct lpfc_vport *vport, in lpfc_vmid_update_entry()
129 static void lpfc_vmid_assign_cs_ctl(struct lpfc_vport *vport, in lpfc_vmid_assign_cs_ctl()
158 int lpfc_vmid_get_appid(struct lpfc_vport *vport, char *uuid, in lpfc_vmid_get_appid()
298 lpfc_reinit_vmid(struct lpfc_vport *vport) in lpfc_reinit_vmid()
H A Dlpfc_vport.h93 struct lpfc_vport **lpfc_create_vport_work_array(struct lpfc_hba *);
94 void lpfc_destroy_vport_work_array(struct lpfc_hba *, struct lpfc_vport **);
115 void lpfc_vport_set_state(struct lpfc_vport *vport,
H A Dlpfc_nvme.h49 struct lpfc_vport *vport;
233 int __lpfc_nvme_ls_req(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
238 void __lpfc_nvme_ls_req_cmp(struct lpfc_hba *phba, struct lpfc_vport *vport,
240 int __lpfc_nvme_ls_abort(struct lpfc_vport *vport,
H A Dlpfc_disc.h64 struct lpfc_vport *vport;
145 struct lpfc_vport *vport;
178 struct lpfc_vport *vport;
H A Dlpfc_els.c54 static void lpfc_fabric_abort_vport(struct lpfc_vport *vport);
55 static int lpfc_issue_els_fdisc(struct lpfc_vport *vport,
67 static void lpfc_init_cs_ctl_bitmap(struct lpfc_vport *vport);
68 static void lpfc_vmid_set_cs_ctl_range(struct lpfc_vport *vport, u32 min, u32 max);
69 static void lpfc_vmid_put_cs_ctl(struct lpfc_vport *vport, u32 ctcl_vmid);
94 lpfc_els_chk_latt(struct lpfc_vport *vport) in lpfc_els_chk_latt()
169 lpfc_prep_els_iocb(struct lpfc_vport *vport, u8 expect_rsp, in lpfc_prep_els_iocb()
350 lpfc_issue_fabric_reglogin(struct lpfc_vport *vport) in lpfc_issue_fabric_reglogin()
441 lpfc_issue_reg_vfi(struct lpfc_vport *vport) in lpfc_issue_reg_vfi()
518 lpfc_issue_unreg_vfi(struct lpfc_vport *vport) in lpfc_issue_unreg_vfi()
[all …]
H A Dlpfc_nvme.c87 struct lpfc_vport *vport; in lpfc_nvme_create_queue()
149 struct lpfc_vport *vport; in lpfc_nvme_delete_queue()
192 struct lpfc_vport *vport; in lpfc_nvme_remoteport_delete()
261 struct lpfc_vport *vport; in lpfc_nvme_handle_lsreq()
312 __lpfc_nvme_ls_req_cmp(struct lpfc_hba *phba, struct lpfc_vport *vport, in __lpfc_nvme_ls_req_cmp()
367 struct lpfc_vport *vport = cmdwqe->vport; in lpfc_nvme_ls_req_cmp()
390 lpfc_nvme_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_nvme_gen_req()
543 __lpfc_nvme_ls_req(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in __lpfc_nvme_ls_req()
668 struct lpfc_vport *vport; in lpfc_nvme_ls_req()
706 __lpfc_nvme_ls_abort(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in __lpfc_nvme_ls_abort()
[all …]
H A Dlpfc_scsi.c76 struct lpfc_vport *vport = (struct lpfc_vport *)sdev->host->hostdata; in lpfc_rport_data_from_scsi_device()
166 struct lpfc_vport **vports; in lpfc_ramp_down_queue_handler()
211 struct lpfc_vport **vports; in lpfc_scsi_dev_block()
246 lpfc_new_scsi_buf_s3(struct lpfc_vport *vport, int num_to_alloc) in lpfc_new_scsi_buf_s3()
382 lpfc_sli4_vport_delete_fcp_xri_aborted(struct lpfc_vport *vport) in lpfc_sli4_vport_delete_fcp_xri_aborted()
2502 struct lpfc_vport *vport = phba->pport; in lpfc_bg_scsi_prep_dma_buf_s3()
3050 struct lpfc_vport *vport = phba->pport; in lpfc_scsi_prep_dma_buf_s4()
3303 struct lpfc_vport *vport = phba->pport; in lpfc_bg_scsi_prep_dma_buf_s4()
3547 lpfc_scsi_prep_cmnd_buf(struct lpfc_vport *vport, struct lpfc_io_buf *lpfc_cmd, in lpfc_scsi_prep_cmnd_buf()
3564 lpfc_send_scsi_error_event(struct lpfc_hba *phba, struct lpfc_vport *vport, in lpfc_send_scsi_error_event()
[all …]
H A Dlpfc_sli.h29 struct lpfc_vport;
128 struct lpfc_vport *vport;/* virtual port pointer */
184 struct lpfc_vport *vport; /* virtual port pointer */
H A DMakefile35 lpfc_scsi.o lpfc_attr.o lpfc_vport.o lpfc_debugfs.o lpfc_bsg.o \
H A Dlpfc.h615 struct lpfc_vport { struct
939 (struct lpfc_vport *, struct lpfc_io_buf *,
942 (struct lpfc_vport *vport,
946 (struct lpfc_vport *vport,
993 struct lpfc_vport *vport,
1325 struct lpfc_vport *pport; /* physical lpfc_vport pointer */
1624 lpfc_shost_from_vport(struct lpfc_vport *vport) in lpfc_shost_from_vport()
H A Dlpfc_bsg.c391 struct lpfc_vport *vport = shost_priv(fc_bsg_to_shost(job)); in lpfc_bsg_send_mgmt_cmd()
658 struct lpfc_vport *vport = shost_priv(fc_bsg_to_shost(job)); in lpfc_bsg_rport_els()
1182 struct lpfc_vport *vport = shost_priv(fc_bsg_to_shost(job)); in lpfc_bsg_hba_set_event()
1265 struct lpfc_vport *vport = shost_priv(fc_bsg_to_shost(job)); in lpfc_bsg_hba_get_event()
1586 struct lpfc_vport *vport = shost_priv(fc_bsg_to_shost(job)); in lpfc_bsg_send_mgmt_rsp()
1662 struct lpfc_vport **vports; in lpfc_bsg_diag_mode_enter()
1718 struct lpfc_vport **vports; in lpfc_bsg_diag_mode_exit()
2236 struct lpfc_vport *vport; in lpfc_bsg_diag_loopback_mode()
2274 struct lpfc_vport *vport; in lpfc_sli4_bsg_diag_mode_end()
2353 struct lpfc_vport *vport; in lpfc_sli4_bsg_link_diag_test()
[all …]
H A Dlpfc_sli4.h1134 void lpfc_sli4_vport_delete_els_xri_aborted(struct lpfc_vport *);
1135 void lpfc_sli4_vport_delete_fcp_xri_aborted(struct lpfc_vport *);
1141 int lpfc_sli4_init_vpi(struct lpfc_vport *);
H A Dlpfc_mbox.c419 struct lpfc_vport *vport = phba->pport; in lpfc_config_link()
894 lpfc_sli4_unreg_all_rpis(struct lpfc_vport *vport) in lpfc_sli4_unreg_all_rpis()
935 lpfc_reg_vpi(struct lpfc_vport *vport, LPFC_MBOXQ_t *pmb) in lpfc_reg_vpi()
2180 lpfc_init_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport) in lpfc_init_vfi()
2211 lpfc_reg_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport, dma_addr_t phys) in lpfc_reg_vfi()
2313 lpfc_unreg_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport) in lpfc_unreg_vfi()
H A Dlpfc_nvmet.c1653 struct lpfc_vport *vport = phba->pport; in lpfc_nvmet_create_targetport()
1754 struct lpfc_vport *vport = phba->pport; in lpfc_nvmet_update_targetport()
1878 lpfc_nvmet_rcv_unsol_abort(struct lpfc_vport *vport, in lpfc_nvmet_rcv_unsol_abort()