'\" t .\" Title: ata_tf_from_fis .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: March 2017 .\" Manual: libata Library .\" Source: Kernel Hackers Manual 4.10.7 .\" Language: English .\" .TH "ATA_TF_FROM_FIS" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "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_from_fis \- Convert SATA FIS to ATA taskfile .SH "SYNOPSIS" .HP \w'void\ ata_tf_from_fis('u .BI "void ata_tf_from_fis(const\ u8\ *\ " "fis" ", struct\ ata_taskfile\ *\ " "tf" ");" .SH "ARGUMENTS" .PP \fIfis\fR .RS 4 Buffer from which data will be input .RE .PP \fItf\fR .RS 4 Taskfile to output .RE .SH "DESCRIPTION" .PP Converts a serial ATA FIS structure to a standard ATA taskfile\&. .PP LOCKING: Inherited from caller\&. .SH "AUTHOR" .PP \fBJeff Garzik\fR .RS 4 Author. .RE .SH "COPYRIGHT" .br