Home
last modified time | relevance | path

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

/linux/Documentation/scsi/
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/
A Dscsi_transport_fc.c2349 static FC_DEVICE_ATTR(host, vport_create, S_IWUSR, NULL,
2689 if (ft->vport_create) { in fc_attach_transport()
2716 if (ft->vport_create) in fc_attach_transport()
2717 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(vport_create); in fc_attach_transport()
3844 if ( ! fci->f->vport_create) in fc_vport_setup()
3897 error = fci->f->vport_create(vport, ids->disable); in fc_vport_setup()
/linux/include/scsi/
A Dscsi_transport_fc.h706 int (*vport_create)(struct fc_vport *, bool); member
/linux/drivers/scsi/csiostor/
A Dcsio_attr.c761 .vport_create = csio_vport_create,
/linux/drivers/scsi/elx/efct/
A Defct_xport.c1064 .vport_create = efct_vport_create,
/linux/drivers/scsi/bfa/
A Dbfad_attr.c642 .vport_create = bfad_im_vport_create,
/linux/drivers/scsi/fcoe/
A Dfcoe.c212 .vport_create = fcoe_vport_create,
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c2875 .vport_create = bnx2fc_vport_create,
/linux/drivers/scsi/qla2xxx/
A Dqla_attr.c3268 .vport_create = qla24xx_vport_create,
/linux/drivers/scsi/qedf/
A Dqedf_main.c2132 .vport_create = qedf_vport_create,
/linux/drivers/scsi/lpfc/
A Dlpfc_init.c15611 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()

Completed in 56 milliseconds