Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/scsi/
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-6.1.9/drivers/scsi/
Dscsi_transport_fc.c2344 static FC_DEVICE_ATTR(host, vport_create, S_IWUSR, NULL,
2684 if (ft->vport_create) { in fc_attach_transport()
2711 if (ft->vport_create) in fc_attach_transport()
2712 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(vport_create); in fc_attach_transport()
3839 if ( ! fci->f->vport_create) in fc_vport_setup()
3892 error = fci->f->vport_create(vport, ids->disable); in fc_vport_setup()
/linux-6.1.9/include/scsi/
Dscsi_transport_fc.h706 int (*vport_create)(struct fc_vport *, bool); member
/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_attr.c761 .vport_create = csio_vport_create,
/linux-6.1.9/drivers/scsi/elx/efct/
Defct_xport.c1064 .vport_create = efct_vport_create,
/linux-6.1.9/drivers/scsi/bfa/
Dbfad_attr.c642 .vport_create = bfad_im_vport_create,
/linux-6.1.9/drivers/scsi/fcoe/
Dfcoe.c212 .vport_create = fcoe_vport_create,
/linux-6.1.9/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2859 .vport_create = bnx2fc_vport_create,
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_attr.c3282 .vport_create = qla24xx_vport_create,
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_main.c2154 .vport_create = qedf_vport_create,
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_init.c15769 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()