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