Lines Matching refs:quhd
221 if (((dev->quhd[c] != dev->quend[c]) || (dev->last_cmd[c] != 0xff)) && in atp870u_intr_handle()
506 if (((dev->last_cmd[c] != 0xff) || (dev->quhd[c] != dev->quend[c])) && in atp870u_intr_handle()
642 if (dev->quhd[c] == dev->quend[c]) { in atp870u_queuecommand_lck()
706 if (dev->quhd[c] == dev->quend[c]) { in DEF_SCSI_QCMD()
718 j = dev->quhd[c]; in DEF_SCSI_QCMD()
719 dev->quhd[c]++; in DEF_SCSI_QCMD()
720 if (dev->quhd[c] >= qcnt) in DEF_SCSI_QCMD()
721 dev->quhd[c] = 0; in DEF_SCSI_QCMD()
722 workreq = dev->quereq[c][dev->quhd[c]]; in DEF_SCSI_QCMD()
724 dev->quhd[c] = j; in DEF_SCSI_QCMD()
1223 atp_dev->quhd[c] = 0; in atp870u_init_tables()
1597 printk(" quhdu=%x quendu=%x ", dev->quhd[c], dev->quend[c]); in atp870u_abort()