Home
last modified time | relevance | path

Searched refs:VMBUS_CHAN_POLLHZ_MIN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hyperv/include/
H A Dvmbus.h55 #define VMBUS_CHAN_POLLHZ_MIN 100 /* 10ms interval */ macro
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c2377 KASSERT(pollhz >= VMBUS_CHAN_POLLHZ_MIN && in vmbus_chan_poll_enable()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c4452 (pollhz < VMBUS_CHAN_POLLHZ_MIN || pollhz > VMBUS_CHAN_POLLHZ_MAX)) in hn_polling_sysctl()