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

/netbsd-current/sys/dev/hyperv/
H A Dvmbusvar.h178 void *sc_msg_sih; member in struct:vmbus_softc
H A Dvmbus.c425 sc->sc_msg_sih = softint_establish(SOFTINT_NET | SOFTINT_MPSAFE,
427 if (sc->sc_msg_sih == NULL)
460 if (sc->sc_msg_sih != NULL) {
461 softint_disestablish(sc->sc_msg_sih);
462 sc->sc_msg_sih = NULL;
796 softint_schedule_cpu(sc->sc_msg_sih, ci);

Completed in 213 milliseconds