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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h458 * Keep a history of SCBs we've downloaded in the qinfifo.
460 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
H A Daic7xxx_core.c4548 ahc->qinfifo[i] = SCB_LIST_NULL;
4749 * roles, we need to allocate space for the qinfifo and qoutfifo.
4750 * The qinfifo and qoutfifo are composed of 256 1 byte elements.
4798 ahc->qinfifo = &ahc->qoutfifo[256];
5211 prev_tag = ahc->qinfifo[prev_pos];
5233 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
5296 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);
5299 qinpos, ahc->qinfifo[qinpos]);
5321 printf("Inactive SCB in qinfifo\n");
5361 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinstar
[all...]
H A Daic79xx.h1141 uint16_t qinfifo[AHD_SCB_MAX]; member in struct:ahd_softc
H A Daic79xx_inline.h740 * Keep a history of SCBs we've downloaded in the qinfifo.
742 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
H A Daic7xxx.h160 * qinfifo mechanism.
1008 uint8_t *qinfifo; member in struct:ahc_softc
H A Daic79xx_core.c535 * if this if for an SCB in the qinfifo.
6688 ahd->qinfifo[i] = SCB_LIST_NULL;
7270 prev_tag = ahd->qinfifo[prev_pos];
7292 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
7313 + ARRAY_SIZE(ahd->qinfifo) - wrap_qinpos);
7383 * this dma if the qinfifo is not empty once we unpause.
7392 /* Determine sequencer's position in the qinfifo. */
7413 scb = ahd_lookup_scb(ahd, ahd->qinfifo[qinpos]);
7416 qinpos, ahd->qinfifo[qinpos]);
7428 printf("Inactive SCB in qinfifo\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c946 volatile unsigned char *qinfifo; member in struct:aic7xxx_host
3005 scbp = p->scb_data->scb_array[p->qinfifo[qinpos++]];
3033 p->qinfifo[p->qinfifonext++] = scbp->hscb->tag;
3054 p->qinfifo[p->qinfifonext++] = scbp->hscb->tag;
3059 * qinfifo and update the KERNEL_QINPOS down on the card.
3067 p->qinfifo[qinpos++] = SCB_LIST_NULL;
3415 * it wasn't in the qinfifo, it wasn't in the disconnected or waiting
3673 p->qinfifo[p->qinfifonext++] = scb->hscb->tag;
4085 * in the qinfifo. The easiest way to do this, is to issue a BDR,
8121 p->qinfifo
[all...]

Completed in 171 milliseconds