Searched refs:qinfifo (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h160 * qinfifo mechanism.
994 uint8_t *qinfifo; member in struct:ahc_softc
H A Daic7xxx_core.c624 * Keep a history of SCBs we've downloaded in the qinfifo.
626 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
5106 ahc->qinfifo[i] = SCB_LIST_NULL;
5289 * roles, we need to allocate space for the qinfifo and qoutfifo.
5290 * The qinfifo and qoutfifo are composed of 256 1 byte elements.
5338 ahc->qinfifo = &ahc->qoutfifo[256];
5755 prev_tag = ahc->qinfifo[prev_pos];
5777 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
5840 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);
5843 qinpos, ahc->qinfifo[qinpo
[all...]
H A Daic79xx.h1142 uint16_t qinfifo[AHD_SCB_MAX]; member in struct:ahd_softc
H A Daic79xx_core.c850 * Keep a history of SCBs we've downloaded in the qinfifo.
852 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
1293 * if this is for an SCB in the qinfifo.
7412 ahd->qinfifo[i] = SCB_LIST_NULL;
8013 prev_tag = ahd->qinfifo[prev_pos];
8035 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
8056 + ARRAY_SIZE(ahd->qinfifo) - wrap_qinpos);
8126 * this dma if the qinfifo is not empty once we unpause.
8135 /* Determine sequencer's position in the qinfifo. */
8156 scb = ahd_lookup_scb(ahd, ahd->qinfifo[qinpo
[all...]

Completed in 198 milliseconds