'\" t .\" Title: mptscsih_qcmd .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Message-based devices .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "MPTSCSIH_QCMD" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Message-based devices" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" mptscsih_qcmd \- Primary Fusion MPT SCSI initiator IO start routine\&. .SH "SYNOPSIS" .HP \w'int\ mptscsih_qcmd('u .BI "int mptscsih_qcmd(struct\ scsi_cmnd\ *\ " "SCpnt" ");" .SH "ARGUMENTS" .PP \fISCpnt\fR .RS 4 Pointer to scsi_cmnd structure .RE .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) .SH "COPYRIGHT" .br