sas_end_device_alloc (9) Linux Manual Page
sas_end_device_alloc – allocate an rphy for an end device
Synopsis
struct sas_rphy *sas_end_device_alloc(struct sas_port *parent);
Arguments
parent
-
- which port
Description
Allocates an SAS remote PHY structure, connected to parent.
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.
