Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/rtw/
H A Drtw.c1669 rsc->sc_rcr &= ~RTW_RCR_PKTFILTER_MASK; in rtw_pktfilt_load()
1670 rsc->sc_rcr &= ~(RTW_RCR_MXDMA_MASK | RTW_RCR_RXFTH_MASK); in rtw_pktfilt_load()
1672 rsc->sc_rcr |= RTW_RCR_PKTFILTER_DEFAULT; in rtw_pktfilt_load()
1674 rsc->sc_rcr |= RTW_RCR_ENMARP; in rtw_pktfilt_load()
1676 rsc->sc_rcr |= RTW_RCR_RXFTH_WHOLE |RTW_RCR_MXDMA_1024; in rtw_pktfilt_load()
1682 rsc->sc_rcr |= RTW_RCR_ADD3; in rtw_pktfilt_load()
1689 rsc->sc_rcr |= RTW_RCR_AB; /* accept all broadcast */ in rtw_pktfilt_load()
1693 rsc->sc_rcr |= RTW_RCR_AM; in rtw_pktfilt_load()
1694 RTW_WRITE(regs, RTW_RCR, rsc->sc_rcr); in rtw_pktfilt_load()
1701 RTW_WRITE(regs, RTW_RCR, rsc->sc_rcr); in rtw_pktfilt_load()
[all …]
H A Drtwvar.h459 uint32_t sc_rcr; /* RTW_RCR */ member
/titanic_50/usr/src/uts/common/io/ural/
H A Dural_var.h91 uint32_t sc_rcr; /* RAL RCR */ member
H A Dural.c1246 if (!(sc->sc_rcr & RAL_RCR_PROMISC)) in ural_update_promisc()
1252 (sc->sc_rcr & RAL_RCR_PROMISC) ? "entering" : "leaving"); in ural_update_promisc()
1733 if (!(sc->sc_rcr & RAL_RCR_PROMISC)) in ural_init()
2034 sc->sc_rcr |= RAL_RCR_PROMISC; in ural_m_promisc()
2035 sc->sc_rcr |= RAL_RCR_MULTI; in ural_m_promisc()
2037 sc->sc_rcr &= ~RAL_RCR_PROMISC; in ural_m_promisc()
2038 sc->sc_rcr &= ~RAL_RCR_PROMISC; in ural_m_promisc()
2310 sc->sc_rcr = 0; in ural_attach()
/titanic_50/usr/src/uts/common/io/rum/
H A Drum_var.h94 uint32_t sc_rcr; /* RAL RCR */ member
H A Drum.c1271 if (!(sc->sc_rcr & RAL_RCR_PROMISC)) in rum_update_promisc()
1277 (sc->sc_rcr & RAL_RCR_PROMISC) ? "entering" : "leaving"); in rum_update_promisc()
1739 if (!(sc->sc_rcr & RAL_RCR_PROMISC)) in rum_init()
2055 sc->sc_rcr |= RAL_RCR_PROMISC; in rum_m_promisc()
2056 sc->sc_rcr |= RAL_RCR_MULTI; in rum_m_promisc()
2058 sc->sc_rcr &= ~RAL_RCR_PROMISC; in rum_m_promisc()
2059 sc->sc_rcr &= ~RAL_RCR_MULTI; in rum_m_promisc()
2355 sc->sc_rcr = 0; in rum_attach()
/titanic_50/usr/src/uts/common/io/ral/
H A Drt2560_var.h168 uint32_t sc_rcr; /* RAL RCR */ member
H A Drt2560.c1784 if (!(sc->sc_rcr & RAL_RCR_PROMISC)) in rt2560_update_promisc()
1789 (sc->sc_rcr & RAL_RCR_PROMISC) ? "entering" : "leaving"); in rt2560_update_promisc()
1988 if (!(sc->sc_rcr & RAL_RCR_PROMISC)) in rt2560_init()
2104 sc->sc_rcr |= RAL_RCR_PROMISC; in rt2560_m_promisc()
2105 sc->sc_rcr |= RAL_RCR_MULTI; in rt2560_m_promisc()
2107 sc->sc_rcr &= ~RAL_RCR_PROMISC; in rt2560_m_promisc()
2108 sc->sc_rcr &= ~RAL_RCR_PROMISC; in rt2560_m_promisc()
2541 sc->sc_rcr = 0; in rt2560_attach()
/titanic_50/usr/src/uts/common/io/rwd/
H A Drt2661_var.h178 uint32_t sc_rcr; member
H A Drt2661.c1735 if (!(sc->sc_rcr & RT2661_RCR_PROMISC)) in rt2661_update_promisc()
1741 (sc->sc_rcr & RT2661_RCR_PROMISC) ? "entering" : "leaving"); in rt2661_update_promisc()
2515 if (!(sc->sc_rcr & RT2661_RCR_PROMISC)) in rt2661_init()
2729 sc->sc_rcr |= RT2661_RCR_PROMISC; in rt2661_m_promisc()
2730 sc->sc_rcr |= RT2661_RCR_MULTI; in rt2661_m_promisc()
2732 sc->sc_rcr &= ~RT2661_RCR_PROMISC; in rt2661_m_promisc()
2733 sc->sc_rcr &= ~RT2661_RCR_MULTI; in rt2661_m_promisc()
/titanic_50/usr/src/uts/common/io/rwn/
H A Drt2860_var.h190 uint32_t sc_rcr; member
/titanic_50/usr/src/uts/common/io/mwl/
H A Dmwl_var.h569 uint32_t sc_rcr; member