1ATA_TF_FROM_FIS(9) libata Library ATA_TF_FROM_FIS(9)
23
4
NAME
6ata_tf_from_fis - Convert SATA FIS to ATA taskfile
7
SYNOPSIS
9void ata_tf_from_fis(const u8 * fis, struct ata_taskfile * tf);
10
ARGUMENTS
12fis
13Buffer from which data will be input
1415
tf
16Taskfile to output
17
DESCRIPTION
19Converts a serial ATA FIS structure to a standard ATA taskfile.
20
LOCKING
22Inherited from caller.
23
AUTHOR
25Jeff Garzik
26Author.
27
COPYRIGHT
29Kernel Hackers Manual 2.6. June 2019 ATA_TF_FROM_FIS(9)