Home
last modified time | relevance | path

Searched refs:RT2661_RCR_PROMISC (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/rwd/
H A Drt2661_var.h192 #define RT2661_RCR_PROMISC (1 << 0) macro
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()
2732 sc->sc_rcr &= ~RT2661_RCR_PROMISC; in rt2661_m_promisc()