OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_currdoneslot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
esiopvar.h
147
int
sc_currdoneslot
; /* current done slot */
member in struct:esiop_softc
esiop.c
332
sc->
sc_currdoneslot
= 0;
1247
if (sc->sc_done_slot[sc->
sc_currdoneslot
] == 0) {
1258
slot = htole32(sc->sc_done_slot[sc->
sc_currdoneslot
]);
1259
sc->sc_done_slot[sc->
sc_currdoneslot
] = 0;
1260
sc->
sc_currdoneslot
+= 1;
1261
if (sc->
sc_currdoneslot
== A_ndone_slots)
1262
sc->
sc_currdoneslot
= 0;
Completed in 29 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025