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

  /src/sys/arch/sun3/dev/
if_ievar.h 82 int want_mcsetup; /* flag for multicast setup */ member in struct:ie_softc
if_ie.c 621 * were transmitting, mc_reset() set the want_mcsetup flag
624 if (sc->want_mcsetup) {
626 sc->want_mcsetup = 0;
1521 sc->want_mcsetup = 1;
  /src/sys/dev/ic/
i82586var.h 246 int want_mcsetup; /* run mcsetup at next opportunity */ member in struct:ie_softc
i82586.c 715 * ie_mc_reset() set the want_mcsetup flag indicating that we
718 if (sc->want_mcsetup) {
720 sc->want_mcsetup = 0;
1793 sc->want_mcsetup = 1;

Completed in 15 milliseconds