1. NAME

sas_remove_host - tear down a Scsi_HostAqs SAS data structures

2. SYNOPSIS

void sas_remove_host(struct Scsi_Host *  shost );

3. ARGUMENTS

shost
    Scsi Host that is torn down

4. DESCRIPTION

Removes all SAS PHYs and remote PHYs for a given Scsi_Host. Must be called just before scsi_remove_host for SAS HBAs.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT