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

/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c301 callout_t sc_link_tmout; member in struct:hvn_softc
603 callout_init(&sc->sc_link_tmout, CALLOUT_MPSAFE);
604 callout_setfunc(&sc->sc_link_tmout, hvn_link_netchg_tmout_cb, sc);
750 callout_destroy(&sc->sc_link_tmout);
787 callout_halt(&sc->sc_link_tmout, NULL);
799 callout_destroy(&sc->sc_link_tmout);
995 callout_schedule(&sc->sc_link_tmout,
2995 callout_halt(&sc->sc_link_tmout, NULL);

Completed in 175 milliseconds