Home
last modified time | relevance | path

Searched refs:qoutfifonext (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/aic7xxx/
A Daic7xxx_core.c700 /*offset*/ahc->qoutfifonext, /*len*/1, in ahc_check_cmdcmpltqueues()
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()
885 if ((ahc->qoutfifonext & 0x03) == 0x03) { in ahc_run_qoutfifo()
895 modnext = ahc->qoutfifonext & ~0x3; in ahc_run_qoutfifo()
902 ahc->qoutfifonext++; in ahc_run_qoutfifo()
909 (ahc->qoutfifonext - 1) & 0xFF); in ahc_run_qoutfifo()
5152 ahc->qoutfifonext = 0; in ahc_chip_init()
5161 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext); in ahc_chip_init()
[all …]
A Daic7xxx.h991 uint8_t qoutfifonext; member
A Daic79xx.h1139 uint16_t qoutfifonext; member
A Daic79xx_core.c921 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo), 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()
1680 ahd->qoutfifonext); in ahd_run_qoutfifo()
1688 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1); in ahd_run_qoutfifo()
1689 if (ahd->qoutfifonext == 0) in ahd_run_qoutfifo()
7403 ahd->qoutfifonext = 0; in ahd_chip_init()

Completed in 36 milliseconds