Home
last modified time | relevance | path

Searched refs:quhd (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/
Datp870u.h34 unsigned char quhd[2]; member
Datp870u.c173 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()
[all …]