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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h549 /*offset*/ahc->qoutfifonext, /*len*/1,
551 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
H A Daic79xx_inline.h875 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
877 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
H A Daic7xxx.c321 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
323 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
324 if ((ahc->qoutfifonext & 0x03) == 0x03) {
334 modnext = ahc->qoutfifonext & ~0x3;
341 ahc->qoutfifonext++;
348 (ahc->qoutfifonext - 1) & 0xFF);
4758 ahc->qoutfifonext = 0;
4767 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
6844 qoutpos = ahc->qoutfifonext;
H A Daic79xx.h1202 uint16_t qoutfifonext; member in struct:ahd_softc
H A Daic7xxx.h1041 uint8_t qoutfifonext; member in struct:ahc_softc
H A Daic79xx.c866 completion = &ahd->qoutfifo[ahd->qoutfifonext];
877 ahd->qoutfifonext);
886 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1);
887 if (ahd->qoutfifonext == 0)
6737 ahd->qoutfifonext = 0;

Completed in 218 milliseconds