Home
last modified time | relevance | path

Searched refs:fc_vport_create (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/Documentation/scsi/
H A Dscsi_fc_transport.rst508 fc_vport_create create a vport
515 * fc_vport_create - Admin App or LLDD requests creation of a vport
524 fc_vport_create(struct Scsi_Host *shost, struct fc_vport_identifiers *ids)
/openbmc/linux/include/scsi/
H A Dscsi_transport_fc.h862 struct fc_vport *fc_vport_create(struct Scsi_Host *shost, int channel,
/openbmc/linux/drivers/scsi/bfa/
H A Dbfad.c1030 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid); in bfad_start_ops()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c1678 vport = fc_vport_create(sh, 0, &vport_id); in tcm_qla2xxx_lport_register_npiv_cb()
H A Dqla_sup.c1196 vport = fc_vport_create(vha->host, 0, &vid); in qla2xxx_flash_npiv_conf()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_lio.c826 new_fc_vport = fc_vport_create(efct->shost, 0, &vport_id); in efct_lio_npiv_make_nport()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_fc.c3952 fc_vport_create(struct Scsi_Host *shost, int channel, in fc_vport_create() function
3962 EXPORT_SYMBOL(fc_vport_create);
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2158 if (fc_vport_create(lport->host, 0, &vpid)) in bnx2fc_npiv_create_vports()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c4165 new_fc_vport = fc_vport_create(shost, 0, &vport_id); in lpfc_create_static_vport()