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

/openbsd-current/sys/dev/ic/
H A Di82596var.h266 int want_mcsetup; /* run mcsetup at next opportunity */ member in struct:ie_softc
H A Di82596.c785 * ie_mc_reset() set the want_mcsetup flag indicating that we
788 if (sc->want_mcsetup) {
790 sc->want_mcsetup = 0;
1962 sc->want_mcsetup = 1;
/openbsd-current/sys/dev/isa/
H A Dif_ie.c222 int want_mcsetup; member in struct:ie_softc
951 * mc_reset() set the want_mcsetup flag indicating that we should do
954 if (sc->want_mcsetup) {
956 sc->want_mcsetup = 0;
2031 sc->want_mcsetup = 1;

Completed in 186 milliseconds