Lines Matching refs:qoutfifo
419 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset()
702 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
882 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo()
884 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo()
896 *((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL; in ahc_run_qoutfifo()
4472 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free()
5102 ahc->qoutfifo[i] = SCB_LIST_NULL; in ahc_chip_init()
5315 (void **)&ahc->qoutfifo, in ahc_init()
5324 ahc->qoutfifo, driver_data_size, ahc_dmamap_cb, in ahc_init()
5328 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
5329 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()
5336 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()
5338 ahc->qinfifo = &ahc->qoutfifo[256]; in ahc_init()
7203 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { in ahc_dump_card_state()
7204 printk("%d ", ahc->qoutfifo[qoutpos]); in ahc_dump_card_state()