1. NAME

sas_end_device_alloc - allocate an rphy for an end device

2. SYNOPSIS

struct sas_rphy * sas_end_device_alloc(struct sas_port *  parent );

3. ARGUMENTS

parent
    which port

4. DESCRIPTION

Allocates an SAS remote PHY structure, connected to parent.

5. RETURNS

SAS PHY allocated or NULL if the allocation failed.

6. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

7. COPYRIGHT