OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qinfifo
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_inline.h
460
* Keep a history of SCBs we've downloaded in the
qinfifo
.
462
ahc->
qinfifo
[ahc->qinfifonext++] = scb->hscb->tag;
aic7xxx.c
900
* SCB into the
QINFIFO
.
4493
* roles, we need to allocate space for the
qinfifo
and qoutfifo.
4494
* The
qinfifo
and qoutfifo are composed of 256 1 byte elements.
4529
ahc->
qinfifo
= &ahc->qoutfifo[256];
4787
ahc->
qinfifo
[i] = SCB_LIST_NULL;
5245
prev_tag = ahc->
qinfifo
[prev_pos];
5267
ahc->
qinfifo
[ahc->qinfifonext++] = scb->hscb->tag;
5330
scb = ahc_lookup_scb(ahc, ahc->
qinfifo
[qinpos]);
5333
qinpos, ahc->
qinfifo
[qinpos]);
5355
printf("Inactive SCB in
qinfifo
\n")
[
all
...]
aic79xx_inline.h
771
* Keep a history of SCBs we've downloaded in the
qinfifo
.
773
ahd->
qinfifo
[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
aic79xxvar.h
1163
uint16_t
qinfifo
[AHD_SCB_MAX];
member in struct:ahd_softc
aic7xxxvar.h
262
*
qinfifo
mechanism.
1119
uint8_t *
qinfifo
;
member in struct:ahc_softc
aic79xx.c
482
* if this if for an SCB in the
qinfifo
.
1372
* SCB into the
QINFIFO
.
1451
* the
QINFIFO
if it is still there.
6416
ahd->
qinfifo
[i] = SCB_LIST_NULL;
7029
prev_tag = ahd->
qinfifo
[prev_pos];
7054
ahd->
qinfifo
[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
7075
+ NUM_ELEMENTS(ahd->
qinfifo
) - wrap_qinpos);
7129
* this DMA if the
qinfifo
is not empty once we unpause.
7138
/* Determine sequencer's position in the
qinfifo
. */
7168
scb = ahd_lookup_scb(ahd, ahd->
qinfifo
[qinpos])
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025