Searched refs:qoutfifo (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 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() [all …]
|
D | aic7xxx.h | 993 uint8_t *qoutfifo; member
|
D | aic79xx_core.c | 553 - (uint8_t *)ahd->qoutfifo); in ahd_targetcmd_offset() 921 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo), in ahd_check_cmdcmpltqueues() 922 /*len*/sizeof(*ahd->qoutfifo), BUS_DMASYNC_POSTREAD); in ahd_check_cmdcmpltqueues() 923 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag in ahd_check_cmdcmpltqueues() 1669 completion = &ahd->qoutfifo[ahd->qoutfifonext]; in ahd_run_qoutfifo() 6124 ahd_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo, in ahd_free() 7038 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo) in ahd_init() 7073 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr; in ahd_init() 7074 next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE]; in ahd_init() 7407 ahd->qoutfifo[i].valid_tag = 0; in ahd_chip_init() [all …]
|
D | aic79xx.h | 1138 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.
|