HomeSort by: relevance | last modified time | path
    Searched refs:TULIPF_DOING_SETUP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
tulipvar.h 452 #define TULIPF_DOING_SETUP 0x00000002 /* doing multicast setup */
tulip.c 928 doing_setup = (sc->sc_flags & TULIPF_DOING_SETUP);
1454 if ((sc->sc_flags & TULIPF_DOING_SETUP) == 0)
1458 sc->sc_flags &= ~TULIPF_DOING_SETUP;
1505 if (txs == NULL && (sc->sc_flags & TULIPF_DOING_SETUP) == 0)
2050 sc->sc_flags &= ~(TULIPF_WANT_SETUP | TULIPF_DOING_SETUP);
2566 (sc->sc_flags & TULIPF_DOING_SETUP) != 0) {
2796 sc->sc_flags |= TULIPF_DOING_SETUP;

Completed in 18 milliseconds