OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rxqhead
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/luna68k/dev/
lunaws.c
117
u_int
sc_rxqhead
;
member in struct:ws_softc
238
sc->
sc_rxqhead
= 0;
341
while (sc->
sc_rxqhead
!= sc->sc_rxqtail) {
342
code = sc->sc_rxq[sc->
sc_rxqhead
];
344
code, sc->
sc_rxqhead
));
345
sc->
sc_rxqhead
= OMKBD_NEXTRXQ(sc->
sc_rxqhead
);
lunaws.c
117
u_int
sc_rxqhead
;
member in struct:ws_softc
238
sc->
sc_rxqhead
= 0;
341
while (sc->
sc_rxqhead
!= sc->sc_rxqtail) {
342
code = sc->sc_rxq[sc->
sc_rxqhead
];
344
code, sc->
sc_rxqhead
));
345
sc->
sc_rxqhead
= OMKBD_NEXTRXQ(sc->
sc_rxqhead
);
Completed in 29 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025