Searched refs:qoutfifo (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 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() 4504 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free() 5146 ahc->qoutfifo[i] = SCB_LIST_NULL; in ahc_chip_init() 5377 (void **)&ahc->qoutfifo, in ahc_init() 5386 ahc->qoutfifo, driver_data_size, ahc_dmamap_cb, in ahc_init() 5390 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init() [all …]
|
D | aic7xxx.h | 1000 uint8_t *qoutfifo; member
|
D | aic79xx_core.c | 561 - (uint8_t *)ahd->qoutfifo); in ahd_targetcmd_offset() 929 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo), in ahd_check_cmdcmpltqueues() 930 /*len*/sizeof(*ahd->qoutfifo), BUS_DMASYNC_POSTREAD); in ahd_check_cmdcmpltqueues() 931 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag in ahd_check_cmdcmpltqueues() 1677 completion = &ahd->qoutfifo[ahd->qoutfifonext]; in ahd_run_qoutfifo() 6167 ahd_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo, in ahd_free() 7121 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo) in ahd_init() 7156 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr; in ahd_init() 7157 next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE]; in ahd_init() 7489 ahd->qoutfifo[i].valid_tag = 0; in ahd_chip_init() [all …]
|
D | aic79xx.h | 1144 struct ahd_completion *qoutfifo; member
|
D | aic7xxx.reg | 1545 * put into the qoutfifo. 1559 * memory. This includes the qoutfifo and target mode
|
D | aic79xx.reg | 3749 * put into the qoutfifo. 3903 * memory. This includes the qoutfifo and target mode 3912 * position in the qoutfifo.
|