Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/wi/
H A Dif_wivar.h158 #define WI_FLAGS_PROMISC 0x1000 macro
H A Dif_wi.c1165 (sc->sc_flags & WI_FLAGS_PROMISC) == 0) { in wi_parent()
1167 sc->sc_flags |= WI_FLAGS_PROMISC; in wi_parent()
1169 (sc->sc_flags & WI_FLAGS_PROMISC) != 0) { in wi_parent()
1171 sc->sc_flags &= ~WI_FLAGS_PROMISC; in wi_parent()