Searched refs:vport_create (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/scsi/ |
D | scsi_transport_fc.c | 1889 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/ |
D | scsi_transport_fc.h | 695 int (*vport_create)(struct fc_vport *, bool); member
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_attr.c | 752 .vport_create = csio_vport_create,
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad_attr.c | 650 .vport_create = bfad_im_vport_create,
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe.c | 223 .vport_create = fcoe_vport_create,
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_attr.c | 2250 .vport_create = qla24xx_vport_create,
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 2812 .vport_create = bnx2fc_vport_create,
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 11429 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()
|