Name
ata_qc_complete —
Complete an active ATA command
Synopsis
void ata_qc_complete ( | struct ata_queued_cmd * | qc, |
| u8 | drv_stat) ; |
Arguments
qc
Command to complete
drv_stat
ATA Status register contents
Description
Indicate to the mid and upper layers that an ATA
command has completed, with either an ok or not-ok status.
LOCKING
spin_lock_irqsave(host_set lock)