1. NAME▲
ata_tf_to_fis - Convert ATA taskfile to SATA FIS structure
2. SYNOPSIS ▲
void ata_tf_to_fis(const struct ata_taskfile * tf , u8 pmp , int is_cmd , u8 * fis );
3. ARGUMENTS ▲
tf
Taskfile to convert
pmp
Port multiplier port
is_cmd
This FIS is for command
fis
Buffer into which data will output
4. DESCRIPTION ▲
Converts a standard ATA taskfile to a Serial ATA FIS structure (Register - Host to Device).
5. LOCKING ▲
Inherited from caller.
6. AUTHOR ▲
Jeff Garzik
Author.
7. COPYRIGHT ▲