HomeSort by: relevance | last modified time | path
    Searched refs:qoutfifonext (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_inline.h 558 /*offset*/ahc->qoutfifonext, /*len*/1,
560 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
aic79xx_inline.h 858 /*offset*/ahd->qoutfifonext, /*len*/2,
860 if ((ahd->qoutfifo[ahd->qoutfifonext]
aic79xxvar.h 1160 uint16_t qoutfifonext; member in struct:ahd_softc
aic7xxxvar.h 1116 uint8_t qoutfifonext; member in struct:ahc_softc
aic7xxx.c 331 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
333 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
334 if ((ahc->qoutfifonext & 0x03) == 0x03) {
344 modnext = ahc->qoutfifonext & ~0x3;
352 ahc->qoutfifonext++;
359 (ahc->qoutfifonext - 1) & 0xFF);
6700 qoutpos = ahc->qoutfifonext;
aic79xx.c 821 while ((ahd->qoutfifo[ahd->qoutfifonext]
824 scb_index = ahd_le16toh(ahd->qoutfifo[ahd->qoutfifonext]
831 ahd->qoutfifonext);
836 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1);
837 if (ahd->qoutfifonext == 0)
6407 ahd->qoutfifonext = 0;

Completed in 25 milliseconds