other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ATA_SAS_PORT_ALLOC(9) | libata SCSI translation/emulat | ATA_SAS_PORT_ALLOC(9) |
NAME¶
ata_sas_port_alloc - Allocate port for a SAS attached SATA deviceSYNOPSIS¶
struct
ata_port *
ata_sas_port_alloc(struct ata_host * host,
struct ata_port_info * port_info,
struct Scsi_Host * shost);
ARGUMENTS¶
hostATA host container for all SAS ports
port_info
Information from low-level host driver
shost
SCSI host that the scsi device is attached
to
LOCKING¶
PCI/etc. bus probe sem.RETURNS¶
ata_port pointer on success / NULL on failure.AUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |