OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_nextrx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
sgecvar.h
66
int
sc_nextrx
;
member in struct:ze_softc
/src/sys/arch/sgimips/hpc/
sqvar.h
135
int
sc_nextrx
;
member in struct:sq_softc
/src/sys/dev/qbus/
if_qe.c
94
int
sc_nextrx
;
member in struct:qe_softc
420
sc->
sc_nextrx
= 0;
579
while (qc->qc_recv[sc->
sc_nextrx
].qe_status1 != QE_NOTYET) {
580
status1 = qc->qc_recv[sc->
sc_nextrx
].qe_status1;
581
status2 = qc->qc_recv[sc->
sc_nextrx
].qe_status2;
583
m = sc->sc_rxmbuf[sc->
sc_nextrx
];
586
qe_add_rxbuf(sc, sc->
sc_nextrx
);
589
if (++sc->
sc_nextrx
== RXDESCS)
590
sc->
sc_nextrx
= 0;
627
if ((qc->qc_recv[sc->
sc_nextrx
].qe_status1 == QE_NOTYET) &
[
all
...]
/src/sys/dev/pci/
if_xge.c
162
int
sc_nextrx
; /* next descriptor to check */
member in struct:xge_softc
769
XGE_RXSYNC(sc->
sc_nextrx
,
772
rxd = XGE_RXD(sc->
sc_nextrx
);
774
XGE_RXSYNC(sc->
sc_nextrx
, BUS_DMASYNC_PREREAD);
779
m = sc->sc_rxb[sc->
sc_nextrx
];
799
if (xge_add_rxbuf(sc, sc->
sc_nextrx
)) {
807
XGE_RXSYNC(sc->
sc_nextrx
,
831
if (++sc->
sc_nextrx
== NRXREAL)
832
sc->
sc_nextrx
= 0;
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025