Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_zyd.c2656 if (!(sc->sc_flags & ZYD_FLAG_INITONCE)) { in zyd_init_locked()
2698 sc->sc_flags |= ZYD_FLAG_INITONCE; in zyd_init_locked()
2774 if (!(sc->sc_flags & ZYD_FLAG_INITONCE)) in zyd_stop()
H A Dif_zydreg.h1261 #define ZYD_FLAG_INITONCE (1 << 1) macro