.\" 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 "MEGARAID_QUEUE_COMMAND" "9" "09 October 2005" "" ""
.SH NAME
megaraid_queue_command \- generic queue entry point for all LLDs
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int megaraid_queue_command (struct scsi_cmnd * \fIscp\fB, void (*\fI done\fB)
struct scsi_cmnd *);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIscp\fB\fR
-- undescribed --
.TP
\fB\fI done\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
\fIscp\fR : pointer to the scsi command to be executed
\fIdone\fR : callback routine to be called after the cmd has be completed
.PP
Queue entry point for mailbox based controllers.