qoutfifo         1138 drivers/scsi/aic7xxx/aic79xx.h 	struct ahd_completion	  *qoutfifo;
qoutfifo          553 drivers/scsi/aic7xxx/aic79xx_core.c 	       - (uint8_t *)ahd->qoutfifo);
qoutfifo          921 drivers/scsi/aic7xxx/aic79xx_core.c 			/*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
qoutfifo          922 drivers/scsi/aic7xxx/aic79xx_core.c 			/*len*/sizeof(*ahd->qoutfifo), BUS_DMASYNC_POSTREAD);
qoutfifo          923 drivers/scsi/aic7xxx/aic79xx_core.c 	if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
qoutfifo         1669 drivers/scsi/aic7xxx/aic79xx_core.c 		completion = &ahd->qoutfifo[ahd->qoutfifonext];
qoutfifo         6161 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo,
qoutfifo         7079 drivers/scsi/aic7xxx/aic79xx_core.c 	driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo)
qoutfifo         7114 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr;
qoutfifo         7115 drivers/scsi/aic7xxx/aic79xx_core.c 	next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE];
qoutfifo         7448 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd->qoutfifo[i].valid_tag = 0;
qoutfifo         9399 drivers/scsi/aic7xxx/aic79xx_core.c 		(ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 256;
qoutfifo          995 drivers/scsi/aic7xxx/aic7xxx.h 	uint8_t			 *qoutfifo;
qoutfifo          419 drivers/scsi/aic7xxx/aic7xxx_core.c 	return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
qoutfifo          702 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
qoutfifo          882 drivers/scsi/aic7xxx/aic7xxx_core.c 	while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
qoutfifo          884 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_index = ahc->qoutfifo[ahc->qoutfifonext];
qoutfifo          896 drivers/scsi/aic7xxx/aic7xxx_core.c 			*((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL;
qoutfifo         4497 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo,
qoutfifo         5131 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc->qoutfifo[i] = SCB_LIST_NULL;
qoutfifo         5344 drivers/scsi/aic7xxx/aic7xxx_core.c 			     (void **)&ahc->qoutfifo,
qoutfifo         5353 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc->qoutfifo, driver_data_size, ahc_dmamap_cb,
qoutfifo         5357 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
qoutfifo         5358 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS];
qoutfifo         5365 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256];
qoutfifo         5367 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc->qinfifo = &ahc->qoutfifo[256];
qoutfifo         7238 drivers/scsi/aic7xxx/aic7xxx_core.c 	while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) {
qoutfifo         7239 drivers/scsi/aic7xxx/aic7xxx_core.c 		printk("%d ", ahc->qoutfifo[qoutpos]);