Searched refs:vport_create (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/scsi/ |
A D | scsi_fc_transport.rst | 192 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 D | scsi_transport_fc.c | 2349 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 D | scsi_transport_fc.h | 706 int (*vport_create)(struct fc_vport *, bool); member
|
/linux/drivers/scsi/csiostor/ |
A D | csio_attr.c | 761 .vport_create = csio_vport_create,
|
/linux/drivers/scsi/elx/efct/ |
A D | efct_xport.c | 1064 .vport_create = efct_vport_create,
|
/linux/drivers/scsi/bfa/ |
A D | bfad_attr.c | 642 .vport_create = bfad_im_vport_create,
|
/linux/drivers/scsi/fcoe/ |
A D | fcoe.c | 212 .vport_create = fcoe_vport_create,
|
/linux/drivers/scsi/bnx2fc/ |
A D | bnx2fc_fcoe.c | 2875 .vport_create = bnx2fc_vport_create,
|
/linux/drivers/scsi/qla2xxx/ |
A D | qla_attr.c | 3268 .vport_create = qla24xx_vport_create,
|
/linux/drivers/scsi/qedf/ |
A D | qedf_main.c | 2132 .vport_create = qedf_vport_create,
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_init.c | 15611 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()
|
Completed in 60 milliseconds