Name

ata_pio_sector — Transfer a sector of data.

Synopsis

void ata_pio_sector (struct ata_queued_cmd *  qc);

Arguments

qc

Command on going

Description

Transfer qc->sect_size bytes of data from/to the ATA device.

LOCKING

Inherited from caller.