Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwn/
H A Dif_iwnvar.h256 #define IWN_FLAG_RUNNING (1 << 11) macro
H A Dif_iwn.c4258 if (sc->sc_flags & IWN_FLAG_RUNNING) in iwn_intr()
5020 if ((sc->sc_flags & IWN_FLAG_RUNNING) == 0) { in iwn_raw_xmit()
5076 if ((sc->sc_flags & IWN_FLAG_RUNNING) == 0 || sc->sc_beacon_wait) { in iwn_transmit()
5101 KASSERT(sc->sc_flags & IWN_FLAG_RUNNING, ("not running")); in iwn_watchdog()
5198 if (!(sc->sc_flags & IWN_FLAG_RUNNING)) {
5205 } else if (sc->sc_flags & IWN_FLAG_RUNNING)
8910 sc->sc_flags |= IWN_FLAG_RUNNING;
8965 sc->sc_flags &= ~IWN_FLAG_RUNNING;
8978 if (sc->sc_flags & IWN_FLAG_RUNNING)
8997 sc->sc_flags &= ~IWN_FLAG_RUNNING;