Home
last modified time | relevance | path

Searched refs:vport_create (Results 1 – 9 of 9) 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.c2342 static FC_DEVICE_ATTR(host, vport_create, S_IWUSR, NULL,
2681 if (ft->vport_create) { in fc_attach_transport()
2708 if (ft->vport_create) in fc_attach_transport()
2709 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(vport_create); in fc_attach_transport()
3836 if ( ! fci->f->vport_create) in fc_vport_setup()
3889 error = fci->f->vport_create(vport, ids->disable); in fc_vport_setup()
/linux/include/scsi/
H A Dscsi_transport_fc.h701 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/fcoe/
H A Dfcoe.c212 .vport_create = fcoe_vport_create,
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2854 .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.c2167 .vport_create = qedf_vport_create,