OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_nextrx
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
sgecvar.h
66
int
sc_nextrx
;
member in struct:ze_softc
sgec.c
298
sc->
sc_nextrx
= 0;
442
while ((zc->zc_recv[sc->
sc_nextrx
].ze_framelen &
445
m = sc->sc_rxmbuf[sc->
sc_nextrx
];
446
len = zc->zc_recv[sc->
sc_nextrx
].ze_framelen;
447
ze_add_rxbuf(sc, sc->
sc_nextrx
);
448
if (++sc->
sc_nextrx
== RXDESCS)
449
sc->
sc_nextrx
= 0;
/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;
/src/sys/arch/sgimips/hpc/
sqvar.h
135
int
sc_nextrx
;
member in struct:sq_softc
if_sq.c
376
sc->
sc_nextrx
= 0;
939
for (i = sc->
sc_nextrx
;; i = SQ_NEXTRX(i)) {
1019
if (i != sc->
sc_nextrx
) {
1030
orig_end = SQ_PREVRX(sc->
sc_nextrx
);
1035
sc->
sc_nextrx
= i;
1044
SQ_CDRXADDR(sc, sc->
sc_nextrx
));
Completed in 19 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025