1. NAME

ata_sas_port_alloc - Allocate port for a SAS attached SATA device

2. SYNOPSIS

struct ata_port * ata_sas_port_alloc(struct ata_host *  host , struct ata_port_info *  port_info , struct Scsi_Host *  shost );

3. ARGUMENTS

host
    ATA host container for all SAS ports

port_info
    Information from low-level host driver

shost
    SCSI host that the scsi device is attached to

4. LOCKING

PCI/etc. bus probe sem.

5. RETURNS

ata_port pointer on success / NULL on failure.

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT