Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hyperv/vmbus/
Dhyperv_reg.h175 #define HYPERCALL_POSTMSGIN_DSIZE_MAX 240 macro
183 uint8_t hc_data[HYPERCALL_POSTMSGIN_DSIZE_MAX];
Dvmbus_reg.h265 HYPERCALL_POSTMSGIN_DSIZE_MAX);
278 HYPERCALL_POSTMSGIN_DSIZE_MAX);
Dvmbus.c227 if (dsize > HYPERCALL_POSTMSGIN_DSIZE_MAX) in vmbus_msghc_reset()
243 if (dsize > HYPERCALL_POSTMSGIN_DSIZE_MAX) in vmbus_msghc_get()