Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hyperv/vmbus/
Dvmbus_reg.h42 #define VMBUS_MSG_SIZE 256 macro
52 CTASSERT(sizeof(struct vmbus_message) == VMBUS_MSG_SIZE);
Dvmbus.c1428 HYPERCALL_POSTMSGIN_SIZE, VMBUS_MSG_SIZE, in vmbus_doattach()