Searched refs:sc_txrun (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/ti/
H A Dif_cpsw.c144 volatile bool sc_txrun; member in struct:cpsw_softc
641 txfree, sc->sc_txhead, sc->sc_txnext, sc->sc_txrun);
735 txfree, sc->sc_txhead, sc->sc_txnext, sc->sc_txrun);
1037 sc->sc_txrun = true;
1071 while ((sc->sc_txrun || sc->sc_rxrun) && i < 10000) {
1073 if ((sc->sc_txrun == true) && cpsw_txintr(sc) == 0)
1074 sc->sc_txrun = false;
1253 KASSERT(sc->sc_txrun);
1256 sc->sc_txnext, sc->sc_txhead, sc->sc_txrun, 0);
1264 sc->sc_txrun
[all...]

Completed in 211 milliseconds