1SAS_PHY_FREE(9) SCSI mid layer SAS_PHY_FREE(9)
23
4
NAME
6sas_phy_free - free a SAS PHY
7
SYNOPSIS
9void sas_phy_free(struct sas_phy * phy);
10
ARGUMENTS
12phy
13SAS PHY to free
14
DESCRIPTION
16Frees the specified SAS PHY.
17
NOTE
19This function must only be called on a PHY that has not sucessfully
20been added using sas_phy_add.
21
AUTHORS
23James Bottomley <James.Bottomley@hansenpartnership.com>
24Author.
2526
Rob Landley <rob@landley.net>
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 2.6. June 2019 SAS_PHY_FREE(9)