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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h539 /*offset*/ahc->qoutfifonext, /*len*/1,
541 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
H A Daic79xx_inline.h828 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
830 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
H A Daic7xxx_core.c312 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
314 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
315 if ((ahc->qoutfifonext & 0x03) == 0x03) {
325 modnext = ahc->qoutfifonext & ~0x3;
332 ahc->qoutfifonext++;
339 (ahc->qoutfifonext - 1) & 0xFF);
4594 ahc->qoutfifonext = 0;
4603 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
6651 qoutpos = ahc->qoutfifonext;
H A Daic79xx.h1138 uint16_t qoutfifonext; member in struct:ahd_softc
H A Daic7xxx.h1005 uint8_t qoutfifonext; member in struct:ahc_softc
H A Daic79xx_core.c911 completion = &ahd->qoutfifo[ahd->qoutfifonext];
922 ahd->qoutfifonext);
930 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1);
931 if (ahd->qoutfifonext == 0)
6679 ahd->qoutfifonext = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c940 volatile unsigned char qoutfifonext; member in struct:aic7xxx_host
3089 while(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] != SCB_LIST_NULL)
3091 if(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] == scb->hscb->tag)
6239 while (p->qoutfifo[p->qoutfifonext] != SCB_LIST_NULL)
6241 scb_index = p->qoutfifo[p->qoutfifonext];
6242 p->qoutfifo[p->qoutfifonext++] = SCB_LIST_NULL;
7844 p->qoutfifonext = 0;

Completed in 156 milliseconds