1SAS_RPHY_FREE(9) SCSI mid layer SAS_RPHY_FREE(9)
2
3
4
6 sas_rphy_free - free a SAS remote PHY
7
9 void sas_rphy_free(struct sas_rphy * rphy);
10
12 rphy
13 SAS remote PHY to free
14
16 Frees the specified SAS remote PHY.
17
19 This function must only be called on a remote PHY that has not
20 successfully been added using sas_rphy_add (or has been
21 sas_rphy_remove'd)
22
24 James Bottomley <James.Bottomley@hansenpartnership.com>
25 Author.
26
27 Rob Landley <rob@landley.net>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 SAS_RPHY_FREE(9)