'\" t .\" Title: ata_sas_queuecmd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: libata SCSI translation/emulation .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ATA_SAS_QUEUECMD" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "libata SCSI translation/emulat" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ata_sas_queuecmd \- Issue SCSI cdb to libata\-managed device .SH "SYNOPSIS" .HP \w'int\ ata_sas_queuecmd('u .BI "int ata_sas_queuecmd(struct\ scsi_cmnd\ *\ " "cmd" ", struct\ ata_port\ *\ " "ap" ");" .SH "ARGUMENTS" .PP \fIcmd\fR .RS 4 SCSI command to be sent .RE .PP \fIap\fR .RS 4 ATA port to which the command is being sent .RE .SH "RETURN" .PP Return value from \fB__ata_scsi_queuecmd\fR if \fIcmd\fR can be queued, 0 otherwise\&. .SH "AUTHOR" .PP \fBJeff Garzik\fR .RS 4 Author. .RE .SH "COPYRIGHT" .br