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

/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dif_ievar.h82 int want_mcsetup; /* flag for multicast setup */ member in struct:ie_softc
H A Dif_ie.c631 * were transmitting, mc_reset() set the want_mcsetup flag
634 if (sc->want_mcsetup) {
636 sc->want_mcsetup = 0;
1632 sc->want_mcsetup = 1;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82586var.h246 int want_mcsetup; /* run mcsetup at next opportunity */ member in struct:ie_softc
H A Di82586.c719 * ie_mc_reset() set the want_mcsetup flag indicating that we
722 if (sc->want_mcsetup) {
724 sc->want_mcsetup = 0;
1793 sc->want_mcsetup = 1;

Completed in 253 milliseconds