Searched refs:sc_ks_txpower (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h342 kstat_t *sc_ks_txpower; member in struct:iwn_softc
H A Dif_iwn.c569 if (sc->sc_ks_txpower != NULL)
570 sc->sc_ks_txpower->ks_lock = &sc->sc_mtx;
1123 if (sc->sc_ks_txpower)
1124 kstat_install(sc->sc_ks_txpower);
1161 iwn_kstat_free(sc->sc_ks_txpower, sc->sc_txpower,
1233 &sc->sc_ks_txpower, (void **)&sc->sc_txpower);
1462 iwn_kstat_free(sc->sc_ks_txpower, sc->sc_txpower,

Completed in 58 milliseconds