OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rxrun
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/ti/
if_cpsw.c
145
volatile bool
sc_rxrun
;
member in struct:cpsw_softc
1034
sc->
sc_rxrun
= true;
1071
while ((sc->sc_txrun || sc->
sc_rxrun
) && i < 10000) {
1075
if ((sc->
sc_rxrun
== true) && cpsw_rxintr(sc) == 0)
1076
sc->
sc_rxrun
= false;
1182
sc->
sc_rxrun
= false;
Completed in 11 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025