1MPTSCSIH_QCMD(9) Message-based devices MPTSCSIH_QCMD(9)
2
3
4
6 mptscsih_qcmd - Primary Fusion MPT SCSI initiator IO start routine.
7
9 int mptscsih_qcmd(struct scsi_cmnd * SCpnt,
10 void (*done) (struct scsi_cmnd *));
11
13 SCpnt
14 Pointer to scsi_cmnd structure
15
16 done
17 Pointer SCSI mid-layer IO completion function
18
20 (linux scsi_host_template.queuecommand routine) This is the primary
21 SCSI IO start routine. Create a MPI SCSIIORequest from a linux
22 scsi_cmnd request and send it to the IOC.
23
24 Returns 0. (rtn value discarded by linux scsi mid-layer)
25
27Kernel Hackers Manual 2.6. June 2019 MPTSCSIH_QCMD(9)