Lines Matching refs:vport_create
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:
365 would have the vport_create, vport_delete, and vport_disable functions,