Searched refs:IWN_FLAG_RUNNING (Results 1 – 2 of 2) sorted by relevance
257 #define IWN_FLAG_RUNNING (1 << 11) macro
4009 is_stopped = (sc->sc_flags & IWN_FLAG_RUNNING) == 0; in iwn_notif_intr()4055 IWN_FLAG_RUNNING) == 0; in iwn_notif_intr()4125 is_stopped = (sc->sc_flags & IWN_FLAG_RUNNING) == 0; in iwn_notif_intr()4354 if (sc->sc_flags & IWN_FLAG_RUNNING) in iwn_intr()5029 if ((sc->sc_flags & IWN_FLAG_RUNNING) == 0) { in iwn_raw_xmit()5085 if ((sc->sc_flags & IWN_FLAG_RUNNING) == 0 || sc->sc_beacon_wait) { in iwn_transmit()5120 KASSERT(sc->sc_flags & IWN_FLAG_RUNNING, ("not running")); in iwn_watchdog()5549 if (!(sc->sc_flags & IWN_FLAG_RUNNING)) { in iwn_update_promisc()8959 if (sc->sc_flags & IWN_FLAG_RUNNING) in iwn_init_locked()8962 sc->sc_flags |= IWN_FLAG_RUNNING; in iwn_init_locked()[all …]