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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx_inline.h547 /*offset*/ahc->qoutfifonext, /*len*/1,
549 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
H A Daic79xx_inline.h873 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
875 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
H A Daic7xxx.c319 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
321 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
322 if ((ahc->qoutfifonext & 0x03) == 0x03) {
332 modnext = ahc->qoutfifonext & ~0x3;
339 ahc->qoutfifonext++;
346 (ahc->qoutfifonext - 1) & 0xFF);
4762 ahc->qoutfifonext = 0;
4771 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
6848 qoutpos = ahc->qoutfifonext;
H A Daic79xx.h1200 uint16_t qoutfifonext; member in struct:ahd_softc
H A Daic7xxx.h1039 uint8_t qoutfifonext; member in struct:ahc_softc
H A Daic79xx.c864 completion = &ahd->qoutfifo[ahd->qoutfifonext];
875 ahd->qoutfifonext);
884 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1);
885 if (ahd->qoutfifonext == 0)
6744 ahd->qoutfifonext = 0;

Completed in 123 milliseconds