Searched refs:qoutfifo (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_inline.h | 220 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset() 548 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
|
D | aic7xxx_core.c | 308 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo() 310 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo() 322 *((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL; in ahc_run_qoutfifo() 3983 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free() 4636 ahc->qoutfifo[i] = SCB_LIST_NULL; in ahc_chip_init() 4867 (void **)&ahc->qoutfifo, in ahc_init() 4876 ahc->qoutfifo, driver_data_size, ahc_dmamap_cb, in ahc_init() 4880 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init() 4881 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init() 4888 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init() [all …]
|
D | aic79xx_inline.h | 417 - (uint8_t *)ahd->qoutfifo); in ahd_targetcmd_offset() 853 if ((ahd->qoutfifo[ahd->qoutfifonext] in ahd_check_cmdcmpltqueues()
|
D | aic7xxx.h | 1020 uint8_t *qoutfifo; member
|
D | aic79xx.h | 1149 uint16_t *qoutfifo; member
|
D | aic79xx_core.c | 476 while ((ahd->qoutfifo[ahd->qoutfifonext] in ahd_run_qoutfifo() 479 scb_index = ahd_le16toh(ahd->qoutfifo[ahd->qoutfifonext] in ahd_run_qoutfifo() 4949 ahd_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo, in ahd_free() 5928 ahd->qoutfifo = (uint16_t *)base_vaddr; in ahd_init() 5929 next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE]; in ahd_init() 6257 ahd->qoutfifo[i] = 0; in ahd_chip_init() 8181 (ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 256; in ahd_loadseq()
|
D | aic7xxx.reg | 1404 * put into the qoutfifo. 1417 * memory. This includes the qoutfifo and target mode
|
D | aic79xx.reg | 3525 * put into the qoutfifo. 3629 * memory. This includes the qoutfifo and target mode 3637 * position in the qoutfifo.
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 974 volatile unsigned char *qoutfifo; 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() 8604 p->qoutfifo = p->untagged_scbs + 256; in aic7xxx_register() 8605 p->qinfifo = p->qoutfifo + 256; in aic7xxx_register() 8610 p->qoutfifo[i] = SCB_LIST_NULL; in aic7xxx_register()
|