1ATA_SAS_PORT_ALLOC(9) libata SCSI translation/emulat ATA_SAS_PORT_ALLOC(9)
2
3
4
6 ata_sas_port_alloc - Allocate port for a SAS attached SATA device
7
9 struct ata_port * ata_sas_port_alloc(struct ata_host * host,
10 struct ata_port_info * port_info,
11 struct Scsi_Host * shost);
12
14 host
15 ATA host container for all SAS ports
16
17 port_info
18 Information from low-level host driver
19
20 shost
21 SCSI host that the scsi device is attached to
22
24 PCI/etc. bus probe sem.
25
27 ata_port pointer on success / NULL on failure.
28
30 Jeff Garzik
31 Author.
32
34Kernel Hackers Manual 2.6. June 2019 ATA_SAS_PORT_ALLOC(9)