.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "ATA_TF_FROM_FIS" "9" "09 October 2005" "" "" .SH NAME ata_tf_from_fis \- Convert SATA FIS to ATA taskfile .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ata_tf_from_fis (u8 * \fIfis\fB, struct ata_taskfile * \fItf\fB); \fR .SH "ARGUMENTS" .TP \fB\fIfis\fB\fR Buffer from which data will be input .TP \fB\fItf\fB\fR Taskfile to output .SH "DESCRIPTION" .PP Converts a standard ATA taskfile to a Serial ATA FIS structure (Register - Host to Device). .SH "LOCKING" .PP Inherited from caller.