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

/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c426 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
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];
903 *((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL;
4505 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo,
5147 ahc->qoutfifo[i] = SCB_LIST_NULL;
5352 * roles, we need to allocate space for the qinfifo and qoutfifo.
5353 * The qinfifo and qoutfifo are composed of 256 1 byte elements.
5378 (void **)&ahc->qoutfifo,
[all...]
H A Daic7xxx.h1000 uint8_t *qoutfifo; member in struct:ahc_softc
H A Daic79xx_core.c561 - (uint8_t *)ahd->qoutfifo);
929 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
930 /*len*/sizeof(*ahd->qoutfifo), BUS_DMASYNC_POSTREAD);
931 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
1314 * update the qoutfifo. In all other cases (DMA's to the
1324 * being DMA'ed into the qoutfifo.
1677 completion = &ahd->qoutfifo[ahd->qoutfifonext];
6168 ahd_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo,
7127 * roles, we need to allocate space for the qoutfifo. When providing
7131 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo)
[all...]
H A Daic79xx.h1147 struct ahd_completion *qoutfifo; member in struct:ahd_softc
/drivers/scsi/
H A Daic7xxx_old.c945 volatile unsigned char *qoutfifo; member in struct:aic7xxx_host
3075 * Is the scb that was passed to us currently on the qoutfifo?
3082 while(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] != SCB_LIST_NULL)
3084 if(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] == scb->hscb->tag)
6247 * having all command bytes flushed onto the qoutfifo.
6257 while (p->qoutfifo[p->qoutfifonext] != SCB_LIST_NULL)
6259 scb_index = p->qoutfifo[p->qoutfifonext];
6260 p->qoutfifo[p->qoutfifonext++] = SCB_LIST_NULL;
8168 p->qoutfifo = p->untagged_scbs + 256;
8169 p->qinfifo = p->qoutfifo
[all...]

Completed in 456 milliseconds