OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_next_rd
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
if_le.c
62
int
sc_next_rd
, sc_next_td;
member in struct:le_softc
410
sc->
sc_next_rd
= sc->sc_next_td = 0;
464
printf("le%d: le_poll called. next_rd=%d\n", unit, sc->
sc_next_rd
);
468
cdm = &sc->sc_rd[sc->
sc_next_rd
];
473
printf("next_rd %d\n", sc->
sc_next_rd
);
513
memcpy(pkt, sc->sc_rbuf + (BUFSIZE * sc->
sc_next_rd
), length);
519
if (++sc->
sc_next_rd
>= NRBUF)
520
sc->
sc_next_rd
= 0;
523
printf("new next_rd %d\n", sc->
sc_next_rd
);
Completed in 11 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025