qoutfifonext     1139 drivers/scsi/aic7xxx/aic79xx.h 	uint16_t		  qoutfifonext;
qoutfifonext      921 drivers/scsi/aic7xxx/aic79xx_core.c 			/*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
qoutfifonext      923 drivers/scsi/aic7xxx/aic79xx_core.c 	if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
qoutfifonext     1669 drivers/scsi/aic7xxx/aic79xx_core.c 		completion = &ahd->qoutfifo[ahd->qoutfifonext];
qoutfifonext     1680 drivers/scsi/aic7xxx/aic79xx_core.c 			       ahd->qoutfifonext);
qoutfifonext     1688 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1);
qoutfifonext     1689 drivers/scsi/aic7xxx/aic79xx_core.c 		if (ahd->qoutfifonext == 0)
qoutfifonext     7444 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd->qoutfifonext = 0;
qoutfifonext      993 drivers/scsi/aic7xxx/aic7xxx.h 	uint8_t			  qoutfifonext;
qoutfifonext      700 drivers/scsi/aic7xxx/aic7xxx_core.c 			/*offset*/ahc->qoutfifonext, /*len*/1,
qoutfifonext      702 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
qoutfifonext      882 drivers/scsi/aic7xxx/aic7xxx_core.c 	while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
qoutfifonext      884 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_index = ahc->qoutfifo[ahc->qoutfifonext];
qoutfifonext      885 drivers/scsi/aic7xxx/aic7xxx_core.c 		if ((ahc->qoutfifonext & 0x03) == 0x03) {
qoutfifonext      895 drivers/scsi/aic7xxx/aic7xxx_core.c 			modnext = ahc->qoutfifonext & ~0x3;
qoutfifonext      902 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc->qoutfifonext++;
qoutfifonext      909 drivers/scsi/aic7xxx/aic7xxx_core.c 			       (ahc->qoutfifonext - 1) & 0xFF);
qoutfifonext     5181 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc->qoutfifonext = 0;
qoutfifonext     5190 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
qoutfifonext     7236 drivers/scsi/aic7xxx/aic7xxx_core.c 	qoutpos = ahc->qoutfifonext;