Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/scsi/
Dscsi_fc_transport.txt446 fc_vport_create - create a vport
452 * fc_vport_create - Admin App or LLDD requests creation of a vport
461 fc_vport_create(struct Scsi_Host *shost, struct fc_vport_identifiers *ids)
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h806 struct fc_vport *fc_vport_create(struct Scsi_Host *shost, int channel,
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c3472 fc_vport_create(struct Scsi_Host *shost, int channel, in fc_vport_create() function
3482 EXPORT_SYMBOL(fc_vport_create);
/Linux-v4.19/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c1783 vport = fc_vport_create(sh, 0, &vport_id); in tcm_qla2xxx_lport_register_npiv_cb()
Dqla_sup.c1150 vport = fc_vport_create(vha->host, 0, &vid); in qla2xxx_flash_npiv_conf()
/Linux-v4.19/drivers/scsi/bfa/
Dbfad.c1045 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid); in bfad_start_ops()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2179 if (fc_vport_create(lport->host, 0, &vpid)) in bnx2fc_npiv_create_vports()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_hbadisc.c3764 new_fc_vport = fc_vport_create(shost, 0, &vport_id); in lpfc_create_static_vport()