.\" 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 "FAS216_QUEUE_COMMAND" "9" "09 October 2005" "" ""
.SH NAME
fas216_queue_command \- queue a command for adapter to process.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int fas216_queue_command (Scsi_Cmnd * \fISCpnt\fB, void (*\fIdone\fB)
Scsi_Cmnd *);
\fR
.SH "ARGUMENTS"
.TP
\fB\fISCpnt\fB\fR
Command to queue
.TP
\fB\fIdone\fB\fR
done function to call once command is complete
.SH "DESCRIPTION"
.PP
Queue a command for adapter to process.
.SH "RETURNS"
.PP
0 on success, else error.
.SH "NOTES"
.PP
io_request_lock is held, interrupts are disabled.