Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h208 #define IWK_F_CMD_DONE (1 << 1) macro
H A Diwk2.c2231 sc->sc_flags |= IWK_F_CMD_DONE; in iwk_cmd_intr()
3488 sc->sc_flags &= ~IWK_F_CMD_DONE; in iwk_cmd()
3490 while (!(sc->sc_flags & IWK_F_CMD_DONE)) { in iwk_cmd()
3495 if (sc->sc_flags & IWK_F_CMD_DONE) in iwk_cmd()