Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_inline.h546 /*offset*/ahc->qoutfifonext, /*len*/1, in ahc_check_cmdcmpltqueues()
548 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
Daic79xx_inline.h851 /*offset*/ahd->qoutfifonext, /*len*/2, in ahd_check_cmdcmpltqueues()
853 if ((ahd->qoutfifo[ahd->qoutfifonext] in ahd_check_cmdcmpltqueues()
Daic7xxx_core.c308 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo()
310 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo()
311 if ((ahc->qoutfifonext & 0x03) == 0x03) { in ahc_run_qoutfifo()
321 modnext = ahc->qoutfifonext & ~0x3; in ahc_run_qoutfifo()
328 ahc->qoutfifonext++; in ahc_run_qoutfifo()
335 (ahc->qoutfifonext - 1) & 0xFF); in ahc_run_qoutfifo()
4686 ahc->qoutfifonext = 0; in ahc_chip_init()
4695 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext); in ahc_chip_init()
6749 qoutpos = ahc->qoutfifonext; in ahc_dump_card_state()
Daic7xxx.h1018 uint8_t qoutfifonext; member
Daic79xx.h1145 uint16_t qoutfifonext; member
Daic79xx_core.c476 while ((ahd->qoutfifo[ahd->qoutfifonext] in ahd_run_qoutfifo()
479 scb_index = ahd_le16toh(ahd->qoutfifo[ahd->qoutfifonext] in ahd_run_qoutfifo()
486 ahd->qoutfifonext); in ahd_run_qoutfifo()
491 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1); in ahd_run_qoutfifo()
492 if (ahd->qoutfifonext == 0) in ahd_run_qoutfifo()
6253 ahd->qoutfifonext = 0; in ahd_chip_init()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c969 volatile unsigned char qoutfifonext; member
3341 while(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] != SCB_LIST_NULL) in aic7xxx_scb_on_qoutfifo()
3343 if(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] == scb->hscb->tag) in aic7xxx_scb_on_qoutfifo()
6777 while (p->qoutfifo[p->qoutfifonext] != SCB_LIST_NULL) in aic7xxx_handle_command_completion_intr()
6779 scb_index = p->qoutfifo[p->qoutfifonext]; in aic7xxx_handle_command_completion_intr()
6780 p->qoutfifo[p->qoutfifonext++] = SCB_LIST_NULL; in aic7xxx_handle_command_completion_intr()
8299 p->qoutfifonext = 0; in aic7xxx_register()