Lines Matching refs:cmnd
303 printk(KERN_DEBUG " %x",workreq->cmnd[l]); in atp870u_intr_handle()
335 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in atp870u_intr_handle()
342 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in atp870u_intr_handle()
349 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in atp870u_intr_handle()
783 printk(" %x",workreq->cmnd[i]); in DEF_SCSI_QCMD()
795 if (workreq->cmnd[0] == READ_CAPACITY) { in DEF_SCSI_QCMD()
799 if (workreq->cmnd[0] == 0x00) { in DEF_SCSI_QCMD()
835 outb(workreq->cmnd[i], tmport++); in DEF_SCSI_QCMD()
941 if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || in DEF_SCSI_QCMD()
942 (workreq->cmnd[0] == 0x0a) || (workreq->cmnd[0] == 0x2a)) { in DEF_SCSI_QCMD()
951 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in DEF_SCSI_QCMD()
959 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in DEF_SCSI_QCMD()
3085 printk(" %2x ",workrequ->cmnd[k]); in atp870u_abort()