sas_phy_alloc (9) Linux Manual Page
sas_phy_alloc – allocates and initialize a SAS PHY structure
Synopsis
struct sas_phy *sas_phy_alloc(struct device *parent, int number);
Arguments
parent
-
- Parent device
number
- Phy index
Description
Allocates an SAS PHY structure. It will be added in the device tree below the device specified by parent, which has to be either a Scsi_Host or sas_rphy.
Return
SAS PHY allocated or NULL if the allocation failed.
Authors
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
