Home
last modified time | relevance | path

Searched refs:qoutfifo (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c419 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()
4474 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free()
5103 ahc->qoutfifo[i] = SCB_LIST_NULL; in ahc_chip_init()
5290 * roles, we need to allocate space for the qinfifo and qoutfifo. in ahc_init()
5291 * The qinfifo and qoutfifo are composed of 256 1 byte elements. in ahc_init()
5316 (void **)&ahc->qoutfifo, in ahc_init()
[all...]
H A Daic7xxx.h995 uint8_t *qoutfifo; member
H A Daic79xx_core.c553 - (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()
1306 * update the qoutfifo. In all other cases (DMA's to the in ahd_flush_qoutfifo()
1316 * being DMA'ed into the qoutfifo. in ahd_flush_qoutfifo()
1669 completion = &ahd->qoutfifo[ahd->qoutfifonext]; in ahd_run_qoutfifo()
6126 ahd_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo, in ahd_free()
7035 * roles, we need to allocate space for the qoutfifo. When providing in ahd_init()
7039 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo) in ahd_init()
[all...]
H A Daic79xx.h1138 struct ahd_completion *qoutfifo; member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c419 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()
5289 * roles, we need to allocate space for the qinfifo and qoutfifo. in ahc_init()
5290 * The qinfifo and qoutfifo are composed of 256 1 byte elements. in ahc_init()
5315 (void **)&ahc->qoutfifo, in ahc_init()
[all...]
H A Daic7xxx.h993 uint8_t *qoutfifo; member
H A Daic79xx_core.c553 - (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()
1306 * update the qoutfifo. In all other cases (DMA's to the in ahd_flush_qoutfifo()
1316 * being DMA'ed into the qoutfifo. in ahd_flush_qoutfifo()
1669 completion = &ahd->qoutfifo[ahd->qoutfifonext]; in ahd_run_qoutfifo()
6124 ahd_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo, in ahd_free()
7034 * roles, we need to allocate space for the qoutfifo. When providing in ahd_init()
7038 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo) in ahd_init()
[all...]
H A Daic79xx.h1138 struct ahd_completion *qoutfifo; member

Completed in 39 milliseconds