Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/scsi/
Dscsi_transport_fc.c1889 static FC_DEVICE_ATTR(host, vport_create, S_IWUSR, NULL,
2245 if (ft->vport_create) { in fc_attach_transport()
2272 if (ft->vport_create) in fc_attach_transport()
2273 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(vport_create); in fc_attach_transport()
3353 if ( ! fci->f->vport_create) in fc_vport_setup()
3406 error = fci->f->vport_create(vport, ids->disable); in fc_vport_setup()
/linux-4.4.14/include/scsi/
Dscsi_transport_fc.h695 int (*vport_create)(struct fc_vport *, bool); member
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_attr.c752 .vport_create = csio_vport_create,
/linux-4.4.14/drivers/scsi/bfa/
Dbfad_attr.c650 .vport_create = bfad_im_vport_create,
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c223 .vport_create = fcoe_vport_create,
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_attr.c2250 .vport_create = qla24xx_vport_create,
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2812 .vport_create = bnx2fc_vport_create,
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_init.c11429 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()