Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c624 * Keep a history of SCBs we've downloaded in the qinfifo. in ahc_queue_scb()
626 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag; in ahc_queue_scb()
5107 ahc->qinfifo[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()
5339 ahc->qinfifo = &ahc->qoutfifo[256]; in ahc_init()
5758 prev_tag = ahc->qinfifo[prev_pos]; in ahc_qinfifo_requeue_tail()
5780 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag; in ahc_qinfifo_requeue()
5843 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]); in ahc_search_qinfifo()
5846 qinpos, ahc->qinfifo[qinpo in ahc_search_qinfifo()
[all...]
H A Daic7xxx.h160 * qinfifo mechanism.
996 uint8_t *qinfifo; member
H A Daic79xx.h1142 uint16_t qinfifo[AHD_SCB_MAX]; member
H A Daic79xx_core.c850 * Keep a history of SCBs we've downloaded in the qinfifo. in ahd_queue_scb()
852 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb); in ahd_queue_scb()
1293 * if this is for an SCB in the qinfifo. in ahd_flush_qoutfifo()
7413 ahd->qinfifo[i] = SCB_LIST_NULL; in ahd_chip_init()
8018 prev_tag = ahd->qinfifo[prev_pos]; in ahd_qinfifo_requeue_tail()
8040 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb); in ahd_qinfifo_requeue()
8061 + ARRAY_SIZE(ahd->qinfifo) - wrap_qinpos); in ahd_qinfifo_count()
8131 * this dma if the qinfifo is not empty once we unpause. in ahd_search_qinfifo()
8140 /* Determine sequencer's position in the qinfifo. */ in ahd_search_qinfifo()
8161 scb = ahd_lookup_scb(ahd, ahd->qinfifo[qinpo in ahd_search_qinfifo()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c624 * Keep a history of SCBs we've downloaded in the qinfifo. in ahc_queue_scb()
626 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag; in ahc_queue_scb()
5106 ahc->qinfifo[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()
5338 ahc->qinfifo = &ahc->qoutfifo[256]; in ahc_init()
5755 prev_tag = ahc->qinfifo[prev_pos]; in ahc_qinfifo_requeue_tail()
5777 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag; in ahc_qinfifo_requeue()
5840 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]); in ahc_search_qinfifo()
5843 qinpos, ahc->qinfifo[qinpo in ahc_search_qinfifo()
[all...]
H A Daic7xxx.h160 * qinfifo mechanism.
994 uint8_t *qinfifo; member
H A Daic79xx.h1142 uint16_t qinfifo[AHD_SCB_MAX]; member
H A Daic79xx_core.c850 * Keep a history of SCBs we've downloaded in the qinfifo. in ahd_queue_scb()
852 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb); in ahd_queue_scb()
1293 * if this is for an SCB in the qinfifo. in ahd_flush_qoutfifo()
7412 ahd->qinfifo[i] = SCB_LIST_NULL; in ahd_chip_init()
8013 prev_tag = ahd->qinfifo[prev_pos]; in ahd_qinfifo_requeue_tail()
8035 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb); in ahd_qinfifo_requeue()
8056 + ARRAY_SIZE(ahd->qinfifo) - wrap_qinpos); in ahd_qinfifo_count()
8126 * this dma if the qinfifo is not empty once we unpause. in ahd_search_qinfifo()
8135 /* Determine sequencer's position in the qinfifo. */ in ahd_search_qinfifo()
8156 scb = ahd_lookup_scb(ahd, ahd->qinfifo[qinpo in ahd_search_qinfifo()
[all...]

Completed in 40 milliseconds