Home
last modified time | relevance | path

Searched refs:hn_pollhz (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h238 u_int hn_pollhz; member
H A Dif_hn.c4136 if (sc->hn_pollhz > 0) in hn_init_locked()
4137 hn_polling(sc, sc->hn_pollhz); in hn_init_locked()
4446 pollhz = sc->hn_pollhz; in hn_polling_sysctl()
4456 if (sc->hn_pollhz != pollhz) { in hn_polling_sysctl()
4457 sc->hn_pollhz = pollhz; in hn_polling_sysctl()
4460 hn_polling(sc, sc->hn_pollhz); in hn_polling_sysctl()
6987 if ((if_getdrvflags(sc->hn_ifp) & IFF_DRV_RUNNING) && sc->hn_pollhz > 0) in hn_resume()
6988 hn_polling(sc, sc->hn_pollhz); in hn_resume()