Home
last modified time | relevance | path

Searched refs:vport_create (Results 1 – 11 of 11) sorted by relevance

/linux/Documentation/scsi/
H A Dscsi_fc_transport.rst192 vport_create: Write_Only
337 The LLDD indicates support for vports by supplying a vport_create()
347 The LLDD vport_create() syntax is::
349 int vport_create(struct fc_vport *vport, bool disable)
360 vport_create fc_host attribute), the transport will validate that the LLDD
364 LLDD's vport_create() function with the newly allocated vport object.
375 The LLDD's vport_create() function will not synchronously wait for both
379 hinge vport_create() on the link-side operation mainly because:
386 FC adapter. The vport_create is synonymous with driver attachment
394 The expected behavior for the LLDD's vport_create() function is:
[all …]
/linux/drivers/scsi/
H A Dscsi_transport_fc.c2347 static FC_DEVICE_ATTR(host, vport_create, S_IWUSR, NULL,
2686 if (ft->vport_create) { in fc_attach_transport()
2713 if (ft->vport_create) in fc_attach_transport()
2714 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(vport_create); in fc_attach_transport()
3841 if ( ! fci->f->vport_create) in fc_vport_setup()
3894 error = fci->f->vport_create(vport, ids->disable); in fc_vport_setup()
/linux/include/scsi/
H A Dscsi_transport_fc.h707 int (*vport_create)(struct fc_vport *, bool); member
/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c761 .vport_create = csio_vport_create,
/linux/drivers/scsi/elx/efct/
H A Defct_xport.c1064 .vport_create = efct_vport_create,
/linux/drivers/scsi/bfa/
H A Dbfad_attr.c642 .vport_create = bfad_im_vport_create,
/linux/drivers/scsi/fcoe/
H A Dfcoe.c212 .vport_create = fcoe_vport_create,
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2856 .vport_create = bnx2fc_vport_create,
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c3295 .vport_create = qla24xx_vport_create,
/linux/drivers/scsi/qedf/
H A Dqedf_main.c2166 .vport_create = qedf_vport_create,
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c15717 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()