1SAS_END_DEVICE_ALLOC(9) SCSI mid layer SAS_END_DEVICE_ALLOC(9)
2
3
4
6 sas_end_device_alloc - allocate an rphy for an end device
7
9 struct sas_rphy * sas_end_device_alloc(struct sas_port * parent);
10
12 parent
13 which port
14
16 Allocates an SAS remote PHY structure, connected to parent.
17
19 SAS PHY allocated or NULL if the allocation failed.
20
22 James Bottomley <James.Bottomley@hansenpartnership.com>
23 Author.
24
25 Rob Landley <rob@landley.net>
26 Author.
27
29Kernel Hackers Manual 2.6. June 2019 SAS_END_DEVICE_ALLOC(9)