Searched refs:vport_create (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/Documentation/scsi/ |
| D | scsi_fc_transport.txt | 172 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/ |
| D | scsi_transport_fc.c | 1879 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/ |
| D | scsi_transport_fc.h | 646 int (*vport_create)(struct fc_vport *, bool); member
|
| /Linux-v5.4/drivers/scsi/csiostor/ |
| D | csio_attr.c | 761 .vport_create = csio_vport_create,
|
| /Linux-v5.4/drivers/scsi/bfa/ |
| D | bfad_attr.c | 640 .vport_create = bfad_im_vport_create,
|
| /Linux-v5.4/drivers/scsi/fcoe/ |
| D | fcoe.c | 212 .vport_create = fcoe_vport_create,
|
| /Linux-v5.4/drivers/scsi/bnx2fc/ |
| D | bnx2fc_fcoe.c | 2871 .vport_create = bnx2fc_vport_create,
|
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_attr.c | 3029 .vport_create = qla24xx_vport_create,
|
| /Linux-v5.4/drivers/scsi/qedf/ |
| D | qedf_main.c | 2024 .vport_create = qedf_vport_create,
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_init.c | 13435 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()
|