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

/drivers/scsi/aic7xxx/
H A Daic7xxx.h998 uint8_t qoutfifonext; member in struct:ahc_softc
H A Daic7xxx_core.c707 /*offset*/ahc->qoutfifonext, /*len*/1,
709 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
889 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
891 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
892 if ((ahc->qoutfifonext & 0x03) == 0x03) {
902 modnext = ahc->qoutfifonext & ~0x3;
909 ahc->qoutfifonext++;
916 (ahc->qoutfifonext - 1) & 0xFF);
5197 ahc->qoutfifonext = 0;
5206 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
[all...]
H A Daic79xx.h1148 uint16_t qoutfifonext; member in struct:ahd_softc
H A Daic79xx_core.c929 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
931 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
1677 completion = &ahd->qoutfifo[ahd->qoutfifonext];
1688 ahd->qoutfifonext);
1696 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1);
1697 if (ahd->qoutfifonext == 0)
7496 ahd->qoutfifonext = 0;
/drivers/scsi/
H A Daic7xxx_old.c940 volatile unsigned char qoutfifonext; member in struct:aic7xxx_host
3082 while(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] != SCB_LIST_NULL)
3084 if(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] == scb->hscb->tag)
6257 while (p->qoutfifo[p->qoutfifonext] != SCB_LIST_NULL)
6259 scb_index = p->qoutfifo[p->qoutfifonext];
6260 p->qoutfifo[p->qoutfifonext++] = SCB_LIST_NULL;
7892 p->qoutfifonext = 0;

Completed in 83 milliseconds