Lines Matching refs:efct_vport
379 struct efct_vport *vport = NULL; in efct_scsi_new_device()
391 vport = (struct efct_vport *)shost->hostdata; in efct_scsi_new_device()
680 struct efct_vport *vport = (struct efct_vport *)shost->hostdata; in efct_get_host_port_id()
694 struct efct_vport *vport = (struct efct_vport *)shost->hostdata; in efct_get_host_port_type()
727 struct efct_vport *vport = (struct efct_vport *)shost->hostdata; in efct_get_host_port_state()
742 struct efct_vport *vport = (struct efct_vport *)shost->hostdata; in efct_get_host_speed()
793 struct efct_vport *vport = (struct efct_vport *)shost->hostdata; in efct_get_host_fabric_name()
809 struct efct_vport *vport = (struct efct_vport *)shost->hostdata; in efct_get_stats()
859 struct efct_vport *vport = (struct efct_vport *)shost->hostdata; in efct_reset_stats()
873 struct efct_vport *vport = in efct_issue_lip()
874 shost ? (struct efct_vport *)shost->hostdata : NULL; in efct_issue_lip()
898 struct efct_vport *
903 struct efct_vport *vport = NULL; in efct_scsi_new_vport()
912 vport = (struct efct_vport *)shost->hostdata; in efct_scsi_new_vport()
969 struct efct_vport *pport = shost ? in efct_vport_create()
970 (struct efct_vport *)shost->hostdata : in efct_vport_create()
973 struct efct_vport *vport = NULL; in efct_vport_create()
989 *(struct efct_vport **)fc_vport->dd_data = vport; in efct_vport_create()
1000 struct efct_vport *vport = *(struct efct_vport **)fc_vport->dd_data; in efct_vport_delete()