1. NAME

ata_sas_queuecmd - Issue SCSI cdb to libata-managed device

2. SYNOPSIS

int ata_sas_queuecmd(struct scsi_cmnd *  cmd , struct ata_port *  ap );

3. ARGUMENTS

cmd
    SCSI command to be sent

ap
    ATA port to which the command is being sent

4. RETURNS

Return value from __ata_scsi_queuecmd if cmd can be queued, 0 otherwise.

5. AUTHOR

Jeff Garzik
    Author.

6. COPYRIGHT