.\" 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_COMMAND_NORMAL" "" "06 October 2005" "" ""
.SH NAME
aac_command_normal \- handle commands
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
unsigned int aac_command_normal (struct aac_queue * \fIq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
queue to process
.SH "DESCRIPTION"
.PP
This DPC routine will be queued when the adapter interrupts us to
let us know there is a command 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.