Allocate an rphy for an end device
struct sas_rphy * sas_end_device_alloc(struct sas_port * parent);
parent
which port
Allocates an SAS remote PHY structure, connected to parent.
SAS PHY allocated or NULL if the allocation failed.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>