void ata_tf_to_fis (struct ata_taskfile * tf, u8 * fis, u8 pmp);
void ata_tf_to_fis
Taskfile to convert
Buffer into which data will output
Port multiplier port
Converts a standard ATA taskfile to a Serial ATA FIS structure (Register - Host to Device).
Inherited from caller.