Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_iwmvar.h310 #define IWM_FLAG_TE_ACTIVE 0x40 /* time event is scheduled */ macro
H A Dif_iwm.c2847 if (sc->sc_flags & IWM_FLAG_TE_ACTIVE) in iwm_protect_session()
2871 sc->sc_flags |= IWM_FLAG_TE_ACTIVE; in iwm_protect_session()
2882 if ((sc->sc_flags & IWM_FLAG_TE_ACTIVE) == 0) in iwm_unprotect_session()
2893 sc->sc_flags &= ~IWM_FLAG_TE_ACTIVE; in iwm_unprotect_session()
10549 sc->sc_flags &= ~IWM_FLAG_TE_ACTIVE; in iwm_stop()
11263 sc->sc_flags &= ~IWM_FLAG_TE_ACTIVE; in iwm_rx_pkt()