.\" 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_INSERT_ENTRY" "" "06 October 2005" "" ""
.SH NAME
aac_insert_entry \- insert a queue entry
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int aac_insert_entry (struct aac_dev * \fIdev\fB, u32 \fIindex\fB, u32 \fIqid\fB, unsigned long \fInonotify\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
Adapter
.TP
\fB\fIindex\fB\fR
Index of entry to insert
.TP
\fB\fIqid\fB\fR
Queue number
.TP
\fB\fInonotify\fB\fR
Suppress adapter notification
.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.