Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hyperv/utilities/
HDvmbus_icreg.h71 #define VMBUS_ICMSG_FLAG_RESP 0x0004 macro
HDvmbus_ic.c293 hdr->ic_flags = VMBUS_ICMSG_FLAG_XACT | VMBUS_ICMSG_FLAG_RESP; in vmbus_ic_sendresp()