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

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwmvar.h422 #define IWM_FLAG_BUSY (1 << 4) macro
H A Dif_iwm.c6528 while (sc->sc_flags & IWM_FLAG_BUSY)
6530 sc->sc_flags |= IWM_FLAG_BUSY;
6534 sc->sc_flags &= ~IWM_FLAG_BUSY;

Completed in 128 milliseconds