Home
last modified time | relevance | path

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

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