ata_tf_from_fis
Name
ata_tf_from_fis -- Convert SATA FIS to ATA taskfile
Synopsis
void ata_tf_from_fis (u8 * fis, struct ata_taskfile * tf);
Arguments
fis Buffer from which data will be input
tf Taskfile to output
Description
Converts a standard ATA taskfile to a Serial ATA
FIS structure (Register - Host to Device).
LOCKING
Inherited from caller.