Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/scsi/
Dscsi_fc_transport.txt172 vport_create: Write_Only
293 The LLDD indicates support for vports by supplying a vport_create()
303 The LLDD vport_create() syntax is:
305 int vport_create(struct fc_vport *vport, bool disable)
313 vport_create fc_host attribute), the transport will validate that the LLDD
317 LLDD's vport_create() function with the newly allocated vport object.
327 The LLDD's vport_create() function will not synchronously wait for both
331 hinge vport_create() on the link-side operation mainly because:
337 FC adapter. The vport_create is synonymous with driver attachment
343 The expected behavior for the LLDD's vport_create() function is:
[all …]
/Linux-v5.4/drivers/scsi/
Dscsi_transport_fc.c1879 static FC_DEVICE_ATTR(host, vport_create, S_IWUSR, NULL,
2217 if (ft->vport_create) { in fc_attach_transport()
2244 if (ft->vport_create) in fc_attach_transport()
2245 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(vport_create); in fc_attach_transport()
3347 if ( ! fci->f->vport_create) in fc_vport_setup()
3400 error = fci->f->vport_create(vport, ids->disable); in fc_vport_setup()
/Linux-v5.4/include/scsi/
Dscsi_transport_fc.h646 int (*vport_create)(struct fc_vport *, bool); member
/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_attr.c761 .vport_create = csio_vport_create,
/Linux-v5.4/drivers/scsi/bfa/
Dbfad_attr.c640 .vport_create = bfad_im_vport_create,
/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe.c212 .vport_create = fcoe_vport_create,
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2871 .vport_create = bnx2fc_vport_create,
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_attr.c3029 .vport_create = qla24xx_vport_create,
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_main.c2024 .vport_create = qedf_vport_create,
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_init.c13435 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()