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()
4497 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free()
5131 ahc->qoutfifo[i] = SCB_LIST_NULL; in ahc_chip_init()
5344 (void **)&ahc->qoutfifo, in ahc_init()
5353 ahc->qoutfifo, driver_data_size, ahc_dmamap_cb, in ahc_init()
5357 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
5358 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()
5365 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()
5367 ahc->qinfifo = &ahc->qoutfifo[256]; in ahc_init()
7238 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { in ahc_dump_card_state()
7239 printk("%d ", ahc->qoutfifo[qoutpos]); in ahc_dump_card_state()