Home
last modified time | relevance | path

Searched refs:IPW2200_FLAG_FW_CACHED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c271 sc->sc_flags |= IPW2200_FLAG_FW_CACHED; in ipw2200_cache_firmware()
290 sc->sc_flags &= ~IPW2200_FLAG_FW_CACHED; in ipw2200_free_firmware()
H A Dipw2200_impl.h120 #define IPW2200_FLAG_FW_CACHED (1 << 0) macro
H A Dipw2200.c1052 if (!(sc->sc_flags & IPW2200_FLAG_FW_CACHED)) { in ipw2200_init()