Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_reg.h45 #define VMBUS_MSG_SIZE 256 macro
55 CTASSERT(sizeof(struct vmbus_message) == VMBUS_MSG_SIZE);
H A Dvmbus.c1494 HYPERCALL_POSTMSGIN_SIZE, VMBUS_MSG_SIZE, in vmbus_doattach()