Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Datp870u.h33 unsigned char quhd[2]; member
Datp870u.c229 if (((dev->quhd[c] != dev->quend[c]) || in atp870u_intr_handle()
538 (dev->quhd[c] != dev->quend[c])) && in atp870u_intr_handle()
679 if (dev->quhd[c] == dev->quend[c]) { in atp870u_queuecommand_lck()
747 if (dev->quhd[c] == dev->quend[c]) { in DEF_SCSI_QCMD()
759 j = dev->quhd[c]; in DEF_SCSI_QCMD()
760 dev->quhd[c]++; in DEF_SCSI_QCMD()
761 if (dev->quhd[c] >= qcnt) in DEF_SCSI_QCMD()
762 dev->quhd[c] = 0; in DEF_SCSI_QCMD()
763 workreq = dev->quereq[c][dev->quhd[c]]; in DEF_SCSI_QCMD()
765 dev->quhd[c] = j; in DEF_SCSI_QCMD()
[all …]