.\" 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 "MPTSCSIH_QCMD" "" "06 October 2005" "" ""
.SH NAME
mptscsih_qcmd \- Primary Fusion MPT SCSI initiator IO start routine.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int mptscsih_qcmd (Scsi_Cmnd * \fISCpnt\fB, void (*\fIdone\fB)
Scsi_Cmnd *);
\fR
.SH "ARGUMENTS"
.TP
\fB\fISCpnt\fB\fR
Pointer to Scsi_Cmnd structure
.TP
\fB\fIdone\fB\fR
Pointer SCSI mid-layer IO completion function
.SH "DESCRIPTION"
.PP
(linux Scsi_Host_Template.queuecommand routine)
This is the primary SCSI IO start routine. Create a MPI SCSIIORequest
from a linux Scsi_Cmnd request and send it to the IOC.
.PP
Returns 0. (rtn value discarded by linux scsi mid-layer)