1SAS_REMOVE_HOST(9) SCSI mid layer SAS_REMOVE_HOST(9)
2
3
4
6 sas_remove_host - tear down a Scsi_Host's SAS data structures
7
9 void sas_remove_host(struct Scsi_Host * shost);
10
12 shost
13 Scsi Host that is torn down
14
16 Removes all SAS PHYs and remote PHYs for a given Scsi_Host and remove
17 the Scsi_Host as well.
18
20 Do not call scsi_remove_host on the Scsi_Host any more, as it is
21 already removed.
22
24 James Bottomley <James.Bottomley@hansenpartnership.com>
25 Author.
26
27 Rob Landley <rob@landley.net>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 SAS_REMOVE_HOST(9)