other versions
SAS_REMOVE_HOST(9) | SCSI mid layer | SAS_REMOVE_HOST(9) |
NAME¶
sas_remove_host - tear down a Scsi_Host's SAS data structuresSYNOPSIS¶
void sas_remove_host(struct Scsi_Host * shost);
ARGUMENTS¶
struct Scsi_Host * shostScsi Host that is torn down
DESCRIPTION¶
Removes all SAS PHYs and remote PHYs for a given Scsi_Host and remove the Scsi_Host as well.NOTE¶
Do not call scsi_remove_host on the Scsi_Host any more, as it is already removed.AUTHORS¶
James Bottomley <James.Bottomley@hansenpartnership.com>Author.
Rob Landley <rob@landley.net>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |