OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_rcvdrx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
gtmpscvar.h
110
volatile int
sc_rcvdrx
; /* received rx xfer index */
member in struct:gtmpsc_softc
gtmpsc.c
585
sc->
sc_rcvdrx
= 0;
891
if (sc->
sc_rcvdrx
== sc->sc_rcvrx)
894
ix = sc->
sc_rcvdrx
;
939
sc->
sc_rcvdrx
= ix;
1118
sc->
sc_rcvdrx
= 0;
1440
ix = sc->
sc_rcvdrx
;
1473
sc->
sc_rcvdrx
= (ix + 1) % GTMPSC_NRXDESC;
1478
sc->sc_rcvrx = sc->
sc_rcvdrx
;
1481
ix = sc->
sc_rcvdrx
;
Completed in 12 milliseconds
Indexes created Wed Oct 29 12:09:47 GMT 2025