Lines Matching refs:transport
14 It also provides documents the API between the transport and FC LLDDs.
15 The FC transport can be found at:
50 The FC transport is now recognizing a new object - a vport. A vport is
52 World Wide Node Name (wwnn). The transport also allows for the FC4's to
57 to create vports. The transport will create the vport object within the
64 Note: At this time, the transport is written to create only NPIV-based
82 transport creates the vport object and places it under the scsi_host
86 as the non-NPIV case. The transport is written currently to easily
174 A "<WWPN>:<WWNN>" string is written to the attribute. The transport
181 string is written to the attribute. The transport will locate the
191 - Creation with the kernel and LLDD. This means all transport and
294 function in the transport template. The presence of this function will
297 transport, it should set the max_npiv_vports attribute to indicate the
313 vport_create fc_host attribute), the transport will validate that the LLDD
315 If not, the create request will be failed. If space remains, the transport
320 - Creation with the kernel and LLDD. This means all transport and
386 transport will validate the request against the existing vport state.
390 is valid for the vport state, the transport will call the LLDD to
412 fc_host or fc_vport vport_delete attributes), the transport will call
415 the transport will teardown the vport objects and complete the vport
444 The following functions are supplied by the FC-transport for use by LLDs.