Searched refs:quhd (Results 1 – 2 of 2) sorted by relevance
33 unsigned char quhd[2]; member
229 if (((dev->quhd[c] != dev->quend[c]) || in atp870u_intr_handle()538 (dev->quhd[c] != dev->quend[c])) && in atp870u_intr_handle()667 if (dev->quhd[c] == dev->quend[c]) { in atp870u_queuecommand_lck()735 if (dev->quhd[c] == dev->quend[c]) { in DEF_SCSI_QCMD()747 j = dev->quhd[c]; in DEF_SCSI_QCMD()748 dev->quhd[c]++; in DEF_SCSI_QCMD()749 if (dev->quhd[c] >= qcnt) in DEF_SCSI_QCMD()750 dev->quhd[c] = 0; in DEF_SCSI_QCMD()751 workreq = dev->quereq[c][dev->quhd[c]]; in DEF_SCSI_QCMD()753 dev->quhd[c] = j; in DEF_SCSI_QCMD()[all …]