Lines Matching refs:scsi_host
66 virtual port. Typically, the driver will create a new scsi_host instance
69 each will appear as a unique scsi_host with its own target and lun space.
89 Today, the device tree typically contains the scsi_host object,
91 transport creates the vport object and places it under the scsi_host
93 a new scsi_host for the vport and link its object under the vport.
94 The remainder of the tree under the vports scsi_host is the same
96 allow the parent of the vport to be something other than the scsi_host.
98 device tree. If the vport's parent is not the physical port's scsi_host,
100 port's scsi_host.
127 /sys/class/scsi_host/host17 physical port's scsi_host
128 /sys/class/scsi_host/host18 vport's scsi_host
410 - Call scsi_host_alloc() to allocate a scsi_host for the vport.
411 - Call scsi_add_host(new_shost, &vport->dev) to start the scsi_host
428 ensures that the attributes are applicable to the respective scsi_host.
480 Within the LLDD, the normal code paths for a scsi_host teardown should
482 will call fc_remove_host() for the vports scsi_host, followed by
483 scsi_remove_host() and scsi_host_put() for the vports scsi_host.
498 ports prior the scsi_host being torn down. The fc_remove_host() call