Lines Matching refs:scsi_host
59 virtual port. Typically, the driver will create a new scsi_host instance
62 each will appear as a unique scsi_host with its own target and lun space.
80 Today, the device tree typically contains the scsi_host object,
82 transport creates the vport object and places it under the scsi_host
84 a new scsi_host for the vport and link its object under the vport.
85 The remainder of the tree under the vports scsi_host is the same
87 allow the parent of the vport to be something other than the scsi_host.
89 device tree. If the vport's parent is not the physical port's scsi_host,
91 port's scsi_host.
107 /sys/class/scsi_host/host17 physical port's scsi_host
108 /sys/class/scsi_host/host18 vport's scsi_host
355 - Call scsi_host_alloc() to allocate a scsi_host for the vport.
356 - Call scsi_add_host(new_shost, &vport->dev) to start the scsi_host
371 ensures that the attributes are applicable to the respective scsi_host.
419 Within the LLDD, the normal code paths for a scsi_host teardown should
421 will call fc_remove_host() for the vports scsi_host, followed by
422 scsi_remove_host() and scsi_host_put() for the vports scsi_host.
437 ports prior the scsi_host being torn down. The fc_remove_host() call