Name

sas_remove_host — tear down a Scsi_Host's SAS data structures

Synopsis

void sas_remove_host (struct Scsi_Host * shost);
 

Arguments

struct Scsi_Host * shost

Scsi 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.