Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_zyd.c1990 if ((sc->sc_flags & ZYD_FLAG_RUNNING) == 0) in zyd_set_multi()
2551 if ((sc->sc_flags & ZYD_FLAG_RUNNING) == 0) { in zyd_transmit()
2595 if (!(sc->sc_flags & ZYD_FLAG_RUNNING)) { in zyd_raw_xmit()
2632 if ((sc->sc_flags & ZYD_FLAG_RUNNING) == 0) { in zyd_parent()
2637 } else if (sc->sc_flags & ZYD_FLAG_RUNNING) in zyd_parent()
2700 if (sc->sc_flags & ZYD_FLAG_RUNNING) in zyd_init_locked()
2741 sc->sc_flags |= ZYD_FLAG_RUNNING; in zyd_init_locked()
2759 sc->sc_flags &= ~ZYD_FLAG_RUNNING; in zyd_stop()
H A Dif_zydreg.h1264 #define ZYD_FLAG_RUNNING (1 << 4) macro