Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic7xxx_core.c707 /*offset*/ahc->qoutfifonext, /*len*/1, in ahc_check_cmdcmpltqueues()
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()
892 if ((ahc->qoutfifonext & 0x03) == 0x03) { in ahc_run_qoutfifo()
902 modnext = ahc->qoutfifonext & ~0x3; in ahc_run_qoutfifo()
909 ahc->qoutfifonext++; in ahc_run_qoutfifo()
916 (ahc->qoutfifonext - 1) & 0xFF); in ahc_run_qoutfifo()
5197 ahc->qoutfifonext = 0; in ahc_chip_init()
5206 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext); in ahc_chip_init()
[all …]
Daic7xxx.h998 uint8_t qoutfifonext; member
Daic79xx.h1148 uint16_t qoutfifonext; member
Daic79xx_core.c929 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo), 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()
1688 ahd->qoutfifonext); in ahd_run_qoutfifo()
1696 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1); in ahd_run_qoutfifo()
1697 if (ahd->qoutfifonext == 0) in ahd_run_qoutfifo()
7496 ahd->qoutfifonext = 0; in ahd_chip_init()
/drivers/scsi/
Daic7xxx_old.c940 volatile unsigned char qoutfifonext; member
3082 while(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] != SCB_LIST_NULL) in aic7xxx_scb_on_qoutfifo()
3084 if(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] == scb->hscb->tag) in aic7xxx_scb_on_qoutfifo()
6257 while (p->qoutfifo[p->qoutfifonext] != SCB_LIST_NULL) in aic7xxx_handle_command_completion_intr()
6259 scb_index = p->qoutfifo[p->qoutfifonext]; in aic7xxx_handle_command_completion_intr()
6260 p->qoutfifo[p->qoutfifonext++] = SCB_LIST_NULL; in aic7xxx_handle_command_completion_intr()
7892 p->qoutfifonext = 0; in aic7xxx_register()