Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h197 #define IWN_FLAG_FW_ALIVE (1 << 13) macro
H A Dif_iwn.c3387 sc->sc_flags |= IWN_FLAG_FW_ALIVE; in iwn_intr()
6720 while ((sc->sc_flags & IWN_FLAG_FW_ALIVE) == 0) { in iwn4965_load_firmware()
7391 while ((sc->sc_flags & IWN_FLAG_FW_ALIVE) == 0) { in iwn_hw_init()
7455 sc->sc_flags &= ~(IWN_FLAG_HW_INITED | IWN_FLAG_FW_ALIVE); in iwn_hw_stop()