1ATA_TF_TO_FIS(9) libata Library ATA_TF_TO_FIS(9)
2
3
4
6 ata_tf_to_fis - Convert ATA taskfile to SATA FIS structure
7
9 void ata_tf_to_fis(const struct ata_taskfile * tf, u8 pmp, int is_cmd,
10 u8 * fis);
11
13 tf
14 Taskfile to convert
15
16 pmp
17 Port multiplier port
18
19 is_cmd
20 This FIS is for command
21
22 fis
23 Buffer into which data will output
24
26 Converts a standard ATA taskfile to a Serial ATA FIS structure
27 (Register - Host to Device).
28
30 Inherited from caller.
31
33 Jeff Garzik
34 Author.
35
37Kernel Hackers Manual 2.6. November 2011 ATA_TF_TO_FIS(9)