Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwmvar.h422 #define IWM_FLAG_BUSY (1 << 4)
421 #define IWM_FLAG_BUSY global() macro
H A Dif_iwm.c6484 while (sc->sc_flags & IWM_FLAG_BUSY) in iwm_init_task()
6486 sc->sc_flags |= IWM_FLAG_BUSY; in iwm_init_task()
6490 sc->sc_flags &= ~IWM_FLAG_BUSY; in iwm_init_task()