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.