Lines Matching refs:quhd
173 if (((dev->quhd[c] != dev->quend[c]) || (dev->last_cmd[c] != 0xff)) && in atp870u_intr_handle()
501 if (((dev->last_cmd[c] != 0xff) || (dev->quhd[c] != dev->quend[c])) && in atp870u_intr_handle()
667 if (dev->quhd[c] == dev->quend[c]) { in atp870u_queuecommand_lck()
736 if (dev->quhd[c] == dev->quend[c]) { in DEF_SCSI_QCMD()
746 j = dev->quhd[c]; in DEF_SCSI_QCMD()
747 dev->quhd[c]++; in DEF_SCSI_QCMD()
748 if (dev->quhd[c] >= qcnt) { in DEF_SCSI_QCMD()
749 dev->quhd[c] = 0; in DEF_SCSI_QCMD()
751 workreq = dev->quereq[c][dev->quhd[c]]; in DEF_SCSI_QCMD()
757 dev->quhd[c] = j; in DEF_SCSI_QCMD()
2546 atp_dev->quhd[c] = 0; in atp870u_init_tables()
3067 printk(" quhdu=%x quendu=%x ", dev->quhd[c], dev->quend[c]); in atp870u_abort()