Searched refs:sc_scan_pending (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h178 uint32_t sc_scan_pending; member in struct:wpi_softc
H A Dwpi.c1921 sc->sc_scan_pending = 0;
2899 if (sc->sc_scan_pending) {
3024 sc->sc_scan_pending = 1;
3529 sc->sc_scan_pending = 0;
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h192 uint32_t sc_scan_pending; member in struct:iwh_softc
H A Diwh.c2813 sc->sc_scan_pending++;
3860 (sc->sc_flags & IWH_F_SCANNING) && sc->sc_scan_pending) {
3864 sc->sc_scan_pending--;
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h189 uint32_t sc_scan_pending; member in struct:iwk_softc
H A Diwk2.c1563 sc->sc_scan_pending = 0;
1608 sc->sc_scan_pending = 0;
2443 sc->sc_scan_pending++;
3389 (sc->sc_flags & IWK_F_SCANNING) && sc->sc_scan_pending) {
3393 sc->sc_scan_pending--;
4316 sc->sc_scan_pending = 0;
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h210 uint32_t sc_scan_pending; member in struct:iwp_softc
H A Diwp.c2699 sc->sc_scan_pending++;
3685 (sc->sc_flags & IWP_F_SCANNING) && sc->sc_scan_pending) {
3689 sc->sc_scan_pending--;

Completed in 107 milliseconds