1ATA_TF_TO_FIS(9)                libata Library                ATA_TF_TO_FIS(9)
2
3
4

NAME

6       ata_tf_to_fis - Convert ATA taskfile to SATA FIS structure
7

SYNOPSIS

9       void ata_tf_to_fis(const struct ata_taskfile * tf, u8 pmp, int is_cmd,
10                          u8 * fis);
11

ARGUMENTS

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

DESCRIPTION

26       Converts a standard ATA taskfile to a Serial ATA FIS structure
27       (Register - Host to Device).
28

LOCKING

30       Inherited from caller.
31

AUTHOR

33       Jeff Garzik
34           Author.
35
37Kernel Hackers Manual 3.10         June 2019                  ATA_TF_TO_FIS(9)
Impressum