Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/iwi/
Dif_iwivar.h138 #define IWI_FLAG_BUSY (1 << 3) /* busy sending a command */ macro
Dif_iwi.c1645 sc->flags &= ~IWI_FLAG_BUSY; in iwi_fatal_error_intr()
1690 sc->flags &= ~IWI_FLAG_BUSY; in iwi_intr()
1725 if (sc->flags & IWI_FLAG_BUSY) { in iwi_cmd()
1730 sc->flags |= IWI_FLAG_BUSY; in iwi_cmd()
3207 sc->flags &= ~(IWI_FLAG_BUSY | IWI_FLAG_ASSOCIATED); in iwi_stop_locked()