Searched defs:sc_stats (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c150 struct vioblk_lstats sc_stats; member in struct:vioblk_softc
310 if (sc->sc_stats.rw_cookiesmax < total_cookies)
311 sc->sc_stats.rw_cookiesmax = total_cookies;
429 sc->sc_stats.rw_cacheflush++;
673 sc->sc_stats.io_errors++;
676 sc->sc_stats.unsupp_errors++;
680 sc->sc_stats.nxio_errors++;
697 if (sc->sc_stats.intr_queuemax < i)
698 sc->sc_stats.intr_queuemax = i;
699 sc->sc_stats
[all...]
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h180 struct ipw2200_stats sc_stats; member in struct:ipw2200_softc
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h984 struct ath_stats sc_stats; member in struct:arn_softc

Completed in 107 milliseconds