Lines Matching refs:qoutfifo
426 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset()
709 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
889 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo()
891 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo()
903 *((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL; in ahc_run_qoutfifo()
4505 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free()
5147 ahc->qoutfifo[i] = SCB_LIST_NULL; in ahc_chip_init()
5378 (void **)&ahc->qoutfifo, in ahc_init()
5387 ahc->qoutfifo, driver_data_size, ahc_dmamap_cb, in ahc_init()
5391 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
5392 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()
5399 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()
5401 ahc->qinfifo = &ahc->qoutfifo[256]; in ahc_init()
7272 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { in ahc_dump_card_state()
7273 printk("%d ", ahc->qoutfifo[qoutpos]); in ahc_dump_card_state()