1SRP_REMOVE_HOST(9) SCSI mid layer SRP_REMOVE_HOST(9)
2
3
4
6 srp_remove_host - tear down a Scsi_Host's SRP data structures
7
9 void srp_remove_host(struct Scsi_Host * shost);
10
12 shost
13 Scsi Host that is torn down
14
16 Removes all SRP remote ports for a given Scsi_Host. Must be called just
17 before scsi_remove_host for SRP HBAs.
18
20 James Bottomley <James.Bottomley@hansenpartnership.com>
21 Author.
22
23 Rob Landley <rob@landley.net>
24 Author.
25
27Kernel Hackers Manual 3.10 June 2019 SRP_REMOVE_HOST(9)