'\" t .\" Title: ata_tf_to_fis .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: libata Library .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ATA_TF_TO_FIS" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "libata Library" .\" ----------------------------------------------------------------- .\" * 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_tf_to_fis \- Convert ATA taskfile to SATA FIS structure .SH "SYNOPSIS" .HP \w'void\ ata_tf_to_fis('u .BI "void ata_tf_to_fis(const\ struct\ ata_taskfile\ *\ " "tf" ", u8\ " "pmp" ", int\ " "is_cmd" ", u8\ *\ " "fis" ");" .SH "ARGUMENTS" .PP \fItf\fR .RS 4 Taskfile to convert .RE .PP \fIpmp\fR .RS 4 Port multiplier port .RE .PP \fIis_cmd\fR .RS 4 This FIS is for command .RE .PP \fIfis\fR .RS 4 Buffer into which data will output .RE .SH "DESCRIPTION" .PP Converts a standard ATA taskfile to a Serial ATA FIS structure (Register \- Host to Device)\&. .PP LOCKING: Inherited from caller\&. .SH "AUTHOR" .PP \fBJeff Garzik\fR .RS 4 Author. .RE .SH "COPYRIGHT" .br