1. NAME

sas_rphy_free - free a SAS remote PHY

2. SYNOPSIS

void sas_rphy_free(struct sas_rphy *  rphy );

3. ARGUMENTS

rphy
    SAS remote PHY to free

4. DESCRIPTION

Frees the specified SAS remote PHY.

5. NOTE

This function must only be called on a remote PHY that has not successfully been added using sas_rphy_add (or has been sas_rphy_removeAqd)

6. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

7. COPYRIGHT