1. NAME

ata_tf_from_fis - Convert SATA FIS to ATA taskfile

2. SYNOPSIS

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

3. ARGUMENTS

fis
    Buffer from which data will be input

tf
    Taskfile to output

4. DESCRIPTION

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

5. LOCKING

Inherited from caller.

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT