.\" 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" "9" "09 October 2005" "" ""
.SH NAME
mptscsih_qcmd \- Primary Fusion MPT SCSI initiator IO start routine.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int mptscsih_qcmd (struct scsi_cmnd * \fISCpnt\fB, void (*\fIdone\fB)
struct 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)