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

/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h31 #define RAL_RCR_PROMISC (1<<0) macro
H A Dural.c1246 if (!(sc->sc_rcr & RAL_RCR_PROMISC))
1252 (sc->sc_rcr & RAL_RCR_PROMISC) ? "entering" : "leaving");
1733 if (!(sc->sc_rcr & RAL_RCR_PROMISC))
2034 sc->sc_rcr |= RAL_RCR_PROMISC;
2037 sc->sc_rcr &= ~RAL_RCR_PROMISC;
2038 sc->sc_rcr &= ~RAL_RCR_PROMISC;
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h31 #define RAL_RCR_PROMISC (1<<0) macro
H A Drum.c1271 if (!(sc->sc_rcr & RAL_RCR_PROMISC))
1277 (sc->sc_rcr & RAL_RCR_PROMISC) ? "entering" : "leaving");
1739 if (!(sc->sc_rcr & RAL_RCR_PROMISC))
2055 sc->sc_rcr |= RAL_RCR_PROMISC;
2058 sc->sc_rcr &= ~RAL_RCR_PROMISC;
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h32 #define RAL_RCR_PROMISC (1<<0) macro
H A Drt2560.c1784 if (!(sc->sc_rcr & RAL_RCR_PROMISC))
1789 (sc->sc_rcr & RAL_RCR_PROMISC) ? "entering" : "leaving");
1988 if (!(sc->sc_rcr & RAL_RCR_PROMISC))
2104 sc->sc_rcr |= RAL_RCR_PROMISC;
2107 sc->sc_rcr &= ~RAL_RCR_PROMISC;
2108 sc->sc_rcr &= ~RAL_RCR_PROMISC;

Completed in 60 milliseconds