.\" 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 "AAC_RESPONSE_NORMAL" "9" "09 October 2005" "" ""
.SH NAME
aac_response_normal \- Handle command replies
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
unsigned int aac_response_normal (struct aac_queue * \fIq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
Queue to read from
.SH "DESCRIPTION"
.PP
This DPC routine will be run when the adapter interrupts us to let us
know there is a response on our normal priority queue. We will pull off
all QE there are and wake up all the waiters before exiting. We will
take a spinlock out on the queue before operating on it.