Home
last modified time | relevance | path

Searched refs:SCSIcmd (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DFlashPoint.c11250 u08bits SCSIcmd; in queueCmdComplete() local
11257 SCSIcmd = p_sccb->Cdb[0]; in queueCmdComplete()
11267 if ((SCSIcmd == SCSI_READ) || in queueCmdComplete()
11268 (SCSIcmd == SCSI_WRITE) || in queueCmdComplete()
11269 (SCSIcmd == SCSI_READ_EXTENDED) || in queueCmdComplete()
11270 (SCSIcmd == SCSI_WRITE_EXTENDED) || in queueCmdComplete()
11271 (SCSIcmd == SCSI_WRITE_AND_VERIFY) || in queueCmdComplete()
11272 (SCSIcmd == SCSI_START_STOP_UNIT) || in queueCmdComplete()
11342 UCHAR i, SCSIcmd;
11346 SCSIcmd = p_sccb->Cdb[0];
[all …]