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

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h991 uint8_t qoutfifonext; member in struct:ahc_softc
H A Daic7xxx_core.c700 /*offset*/ahc->qoutfifonext, /*len*/1,
702 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
882 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
884 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
885 if ((ahc->qoutfifonext & 0x03) == 0x03) {
895 modnext = ahc->qoutfifonext & ~0x3;
902 ahc->qoutfifonext++;
909 (ahc->qoutfifonext - 1) & 0xFF);
5152 ahc->qoutfifonext = 0;
5161 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
[all...]
H A Daic79xx.h1139 uint16_t qoutfifonext; member in struct:ahd_softc
H A Daic79xx_core.c921 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
923 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
1669 completion = &ahd->qoutfifo[ahd->qoutfifonext];
1680 ahd->qoutfifonext);
1688 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1);
1689 if (ahd->qoutfifonext == 0)
7403 ahd->qoutfifonext = 0;

Completed in 253 milliseconds