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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h468 * Keep a history of SCBs we've downloaded in the qinfifo.
470 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
H A Daic7xxx.c4712 ahc->qinfifo[i] = SCB_LIST_NULL;
4914 * roles, we need to allocate space for the qinfifo and qoutfifo.
4915 * The qinfifo and qoutfifo are composed of 256 1 byte elements.
4964 ahc->qinfifo = &ahc->qoutfifo[256];
5389 prev_tag = ahc->qinfifo[prev_pos];
5411 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
5474 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);
5477 qinpos, ahc->qinfifo[qinpos]);
5499 printf("Inactive SCB in qinfifo\n");
5539 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinstar
[all...]
H A Daic79xx.h1205 uint16_t qinfifo[AHD_SCB_MAX]; member in struct:ahd_softc
H A Daic79xx_inline.h787 * Keep a history of SCBs we've downloaded in the qinfifo.
789 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
H A Daic7xxx.h172 * qinfifo mechanism.
1044 uint8_t *qinfifo; member in struct:ahc_softc
H A Daic79xx.c487 * if this if for an SCB in the qinfifo.
6746 ahd->qinfifo[i] = SCB_LIST_NULL;
7342 prev_tag = ahd->qinfifo[prev_pos];
7364 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
7385 + NUM_ELEMENTS(ahd->qinfifo) - wrap_qinpos);
7455 * this dma if the qinfifo is not empty once we unpause.
7464 /* Determine sequencer's position in the qinfifo. */
7485 scb = ahd_lookup_scb(ahd, ahd->qinfifo[qinpos]);
7488 qinpos, ahd->qinfifo[qinpos]);
7501 printf("Inactive SCB in qinfifo\
[all...]

Completed in 134 milliseconds