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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h415 - (uint8_t *)ahd->qoutfifo);
828 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo),
829 /*len*/sizeof(*ahd->qoutfifo), BUS_DMASYNC_POSTREAD);
830 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag
H A Daic7xxx_inline.h212 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo);
541 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
H A Daic7xxx_core.c312 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
314 scb_index = ahc->qoutfifo[ahc->qoutfifonext];
326 *((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL;
3899 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo,
4544 ahc->qoutfifo[i] = SCB_LIST_NULL;
4749 * roles, we need to allocate space for the qinfifo and qoutfifo.
4750 * The qinfifo and qoutfifo are composed of 256 1 byte elements.
4775 (void **)&ahc->qoutfifo,
4784 ahc->qoutfifo, driver_data_size, ahc_dmamap_cb,
4788 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
[all...]
H A Daic79xx.h1137 struct ahd_completion *qoutfifo; member in struct:ahd_softc
H A Daic7xxx.h1007 uint8_t *qoutfifo; member in struct:ahc_softc
H A Daic79xx_core.c548 * update the qoutfifo. In all other cases (DMA's to the
558 * being DMA'ed into the qoutfifo.
911 completion = &ahd->qoutfifo[ahd->qoutfifonext];
5365 ahd_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo,
6310 * roles, we need to allocate space for the qoutfifo. When providing
6314 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo)
6349 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr;
6350 next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE];
6683 ahd->qoutfifo[i].valid_tag = 0;
8610 (ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 25
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c945 volatile unsigned char *qoutfifo; member in struct:aic7xxx_host
3082 * Is the scb that was passed to us currently on the qoutfifo?
3089 while(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] != SCB_LIST_NULL)
3091 if(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] == scb->hscb->tag)
6229 * having all command bytes flushed onto the qoutfifo.
6239 while (p->qoutfifo[p->qoutfifonext] != SCB_LIST_NULL)
6241 scb_index = p->qoutfifo[p->qoutfifonext];
6242 p->qoutfifo[p->qoutfifonext++] = SCB_LIST_NULL;
8120 p->qoutfifo = p->untagged_scbs + 256;
8121 p->qinfifo = p->qoutfifo
[all...]

Completed in 111 milliseconds