sas_rphy_free (9) - Linux Manuals
sas_rphy_free: free a SAS remote PHY
NAME
sas_rphy_free - free a SAS remote PHY
SYNOPSIS
-
void sas_rphy_free(struct sas_rphy
* rphy);
ARGUMENTS
rphy
-
- SAS remote PHY to free
DESCRIPTION
Frees the specified SAS remote PHY.
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_remove'd)
AUTHORS
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
COPYRIGHT