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

/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c96 #ifndef HVN_CHANNEL_MAX_COUNT_DEFAULT
97 #define HVN_CHANNEL_MAX_COUNT_DEFAULT 8 macro
623 if (ring_cnt > HVN_CHANNEL_MAX_COUNT_DEFAULT)
624 ring_cnt = HVN_CHANNEL_MAX_COUNT_DEFAULT;

Completed in 92 milliseconds