Scroll to navigation

ATA_TF_FROM_FIS(9) libata Library ATA_TF_FROM_FIS(9)

NAME

ata_tf_from_fis - Convert SATA FIS to ATA taskfile

SYNOPSIS

void ata_tf_from_fis(const u8 * fis, struct ata_taskfile * tf);

ARGUMENTS

const u8 * fis
Buffer from which data will be input

struct ata_taskfile * tf

Taskfile to output

DESCRIPTION

Converts a serial ATA FIS structure to a standard ATA taskfile.

LOCKING: Inherited from caller.

AUTHOR

Jeff Garzik
Author.

COPYRIGHT

September 2017 Kernel Hackers Manual 4.12