Searched refs:quhd (Results 1 – 2 of 2) sorted by relevance
33 unsigned char quhd[2]; member
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()[all …]