Searched refs:pollhz (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/hyperv/include/ |
H A D | vmbus.h | 256 u_int pollhz);
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus_chan.c | 2370 vmbus_chan_poll_enable(struct vmbus_channel *chan, u_int pollhz) 2377 KASSERT(pollhz >= VMBUS_CHAN_POLLHZ_MIN && in vmbus_chan_poll_enable() 2378 pollhz <= VMBUS_CHAN_POLLHZ_MAX, ("invalid pollhz %u", pollhz)); in vmbus_chan_poll_enable() 2381 arg.poll_hz = pollhz; in vmbus_chan_poll_enable() 2372 vmbus_chan_poll_enable(struct vmbus_channel * chan,u_int pollhz) vmbus_chan_poll_enable() argument
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hn.c | 4413 hn_chan_polling(struct vmbus_channel *chan, u_int pollhz) in hn_chan_polling() argument 4415 if (pollhz == 0) in hn_chan_polling() 4418 vmbus_chan_poll_enable(chan, pollhz); in hn_chan_polling() 4422 hn_polling(struct hn_softc *sc, u_int pollhz) in hn_polling() argument 4434 hn_chan_polling(subch[i], pollhz); in hn_polling() 4437 hn_chan_polling(sc->hn_prichan, pollhz); in hn_polling() 4444 int pollhz, error; in hn_polling_sysctl() local 4446 pollhz = sc->hn_pollhz; in hn_polling_sysctl() 4447 error = sysctl_handle_int(oidp, &pollhz, 0, req); in hn_polling_sysctl() 4451 if (pollhz != 0 && in hn_polling_sysctl() [all …]
|