Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_hw.c360 sc->sc_flags |= IPW2100_FLAG_FW_CACHED; in ipw2100_cache_firmware()
376 sc->sc_flags &= ~IPW2100_FLAG_FW_CACHED; in ipw2100_free_firmware()
H A Dipw2100_impl.h117 #define IPW2100_FLAG_FW_CACHED (1 << 0) macro
H A Dipw2100.c1108 if (!(sc->sc_flags & IPW2100_FLAG_FW_CACHED)) { in ipw2100_init()