ata_tf_from_fis

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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

fis

Buffer from which data will be input

tf

Taskfile to output

DESCRIPTION

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

LOCKING

Inherited from caller.

AUTHOR

Jeff Garzik

Author.