.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ATA_QC_COMPLETE" "9" "09 October 2005" "" ""
.SH NAME
ata_qc_complete \- Complete an active ATA command
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ata_qc_complete (struct ata_queued_cmd * \fIqc\fB, u8 \fIdrv_stat\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIqc\fB\fR
Command to complete
.TP
\fB\fIdrv_stat\fB\fR
ATA Status register contents
.SH "DESCRIPTION"
.PP
Indicate to the mid and upper layers that an ATA
command has completed, with either an ok or not-ok status.
.SH "LOCKING"
.PP
spin_lock_irqsave(host_set lock)