.\" 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_QUEUE_GET" "9" "09 October 2005" "" ""
.SH NAME
aac_queue_get \- get the next free QE
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int aac_queue_get (struct aac_dev * \fIdev\fB, u32 * \fIindex\fB, u32 \fIqid\fB, struct hw_fib * \fIhw_fib\fB, int \fIwait\fB, struct fib * \fIfibptr\fB, unsigned long * \fInonotify\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
Adapter
.TP
\fB\fIindex\fB\fR
Returned index
.TP
\fB\fIqid\fB\fR
-- undescribed --
.TP
\fB\fIhw_fib\fB\fR
-- undescribed --
.TP
\fB\fIwait\fB\fR
Wait if queue full
.TP
\fB\fIfibptr\fB\fR
Driver fib object to go with fib
.TP
\fB\fInonotify\fB\fR
Don't notify the adapter
.SH "DESCRIPTION"
.PP
Gets the next free QE off the requested priorty adapter command
queue and associates the Fib with the QE. The QE represented by
index is ready to insert on the queue when this routine returns
success.