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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_inline.h419 - (uint8_t *)ahd->qoutfifo);
875 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
876 /*len*/sizeof(*ahd->qoutfifo), BUS_DMASYNC_POSTREAD);
877 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
H A Daic7xxx_inline.h222 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
551 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
H A Daic7xxx.c321 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
322 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
334 *((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL;
4045 aic_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo,
4687 ahc->qoutfifo[i] = SCB_LIST_NULL;
4893 * roles, we need to allocate space for the qinfifo and qoutfifo.
4894 * The qinfifo and qoutfifo are composed of 256 1 byte elements.
4919 (void **)&ahc->qoutfifo,
4929 ahc->qoutfifo, driver_data_size, ahc_dmamap_cb,
4933 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
[all...]
H A Daic79xx.h1201 struct ahd_completion *qoutfifo; member in struct:ahd_softc
H A Daic7xxx.h1043 uint8_t *qoutfifo; member in struct:ahc_softc
H A Daic79xx.c499 * update the qoutfifo. In all other cases (DMA's to the
509 * being DMA'ed into the qoutfifo.
861 completion = &ahd->qoutfifo[ahd->qoutfifonext];
5384 aic_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo,
6331 * roles, we need to allocate space for the qoutfifo. When providing
6335 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo)
6370 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr;
6371 next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE];
6705 ahd->qoutfifo[i].valid_tag = 0;
8665 (ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 25
[all...]

Completed in 129 milliseconds