Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DFlashPoint.c6832 unsigned char i, SCSIcmd; in FPT_queueCmdComplete() local
6836 SCSIcmd = p_sccb->Cdb[0]; in FPT_queueCmdComplete()
6845 if ((SCSIcmd == READ_6) || in FPT_queueCmdComplete()
6846 (SCSIcmd == WRITE_6) || in FPT_queueCmdComplete()
6847 (SCSIcmd == READ_10) || in FPT_queueCmdComplete()
6848 (SCSIcmd == WRITE_10) || in FPT_queueCmdComplete()
6849 (SCSIcmd == WRITE_VERIFY) || in FPT_queueCmdComplete()
6850 (SCSIcmd == START_STOP) || in FPT_queueCmdComplete()