Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dtulipreg.h587 #define OPMODE_PR 0x00000040 /* promiscuous mode */ macro
H A Dtulip.c2592 sc->sc_opmode &= ~(OPMODE_PR | OPMODE_PM); in tlp_filter_setup()
2595 sc->sc_opmode |= OPMODE_PR; in tlp_filter_setup()
2911 sc->sc_opmode &= ~(OPMODE_PR | OPMODE_PM); in tlp_al981_filter_setup()
2914 sc->sc_opmode |= OPMODE_PR; in tlp_al981_filter_setup()
2973 sc->sc_opmode &= ~(OPMODE_PM | OPMODE_AX_RB | OPMODE_PR); in tlp_asix_filter_setup()
2982 sc->sc_opmode |= OPMODE_PR; in tlp_asix_filter_setup()