Searched refs:sc_rcr (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h91 uint32_t sc_rcr; /* RAL RCR */ member in struct:ural_softc
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;
2035 sc->sc_rcr |= RAL_RCR_MULTI;
2037 sc->sc_rcr &= ~RAL_RCR_PROMISC;
2038 sc->sc_rcr &= ~RAL_RCR_PROMISC;
2310 sc->sc_rcr = 0;
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h94 uint32_t sc_rcr; /* RAL RCR */ member in struct:rum_softc
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;
2056 sc->sc_rcr |= RAL_RCR_MULTI;
2058 sc->sc_rcr &= ~RAL_RCR_PROMISC;
2059 sc->sc_rcr &= ~RAL_RCR_MULTI;
2355 sc->sc_rcr = 0;
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h168 uint32_t sc_rcr; /* RAL RCR */ member in struct:rt2560_softc
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;
2105 sc->sc_rcr |= RAL_RCR_MULTI;
2107 sc->sc_rcr &= ~RAL_RCR_PROMISC;
2108 sc->sc_rcr &= ~RAL_RCR_PROMISC;
2541 sc->sc_rcr = 0;
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h178 uint32_t sc_rcr; member in struct:rt2661_softc
H A Drt2661.c1735 if (!(sc->sc_rcr & RT2661_RCR_PROMISC))
1741 (sc->sc_rcr & RT2661_RCR_PROMISC) ? "entering" : "leaving");
2515 if (!(sc->sc_rcr & RT2661_RCR_PROMISC))
2729 sc->sc_rcr |= RT2661_RCR_PROMISC;
2730 sc->sc_rcr |= RT2661_RCR_MULTI;
2732 sc->sc_rcr &= ~RT2661_RCR_PROMISC;
2733 sc->sc_rcr &= ~RT2661_RCR_MULTI;
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h190 uint32_t sc_rcr; member in struct:rt2860_softc
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1669 rsc->sc_rcr &= ~RTW_RCR_PKTFILTER_MASK;
1670 rsc->sc_rcr &= ~(RTW_RCR_MXDMA_MASK | RTW_RCR_RXFTH_MASK);
1672 rsc->sc_rcr |= RTW_RCR_PKTFILTER_DEFAULT;
1674 rsc->sc_rcr |= RTW_RCR_ENMARP;
1676 rsc->sc_rcr |= RTW_RCR_RXFTH_WHOLE |RTW_RCR_MXDMA_1024;
1682 rsc->sc_rcr |= RTW_RCR_ADD3;
1689 rsc->sc_rcr |= RTW_RCR_AB; /* accept all broadcast */
1693 rsc->sc_rcr |= RTW_RCR_AM;
1694 RTW_WRITE(regs, RTW_RCR, rsc->sc_rcr);
1701 RTW_WRITE(regs, RTW_RCR, rsc->sc_rcr);
[all...]
H A Drtwvar.h459 uint32_t sc_rcr; /* RTW_RCR */ member in struct:rtw_softc
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h569 uint32_t sc_rcr; member in struct:mwl_softc

Completed in 134 milliseconds