Searched refs:qoutfifo (Results 1 – 6 of 6) sorted by relevance
226 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset()558 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
326 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo()328 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo()340 *((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL; in ahc_run_qoutfifo()3936 bus_dmamem_unmap(ahc->parent_dmat, (caddr_t)ahc->qoutfifo, ahc->shared_data_size); in ahc_free()4525 &ahc->shared_data_dmamap, (caddr_t *)&ahc->qoutfifo, in ahc_init()4533 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()4534 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()4544 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()4546 ahc->qinfifo = &ahc->qoutfifo[256]; in ahc_init()4790 ahc->qoutfifo[i] = SCB_LIST_NULL; in ahc_init()[all …]
988 uint8_t *qoutfifo; member
1052 uint8_t *qoutfifo; member
1405 * put into the qoutfifo.1418 * memory. This includes the qoutfifo and target mode
3528 * put into the qoutfifo.3632 * memory. This includes the qoutfifo and target mode3640 * position in the qoutfifo.