Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus-proto.h79 #define VMBUS_PACKET_FLAG_REQUEST_COMPLETION 1 macro
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c962 hdr.flags = need_comp ? VMBUS_PACKET_FLAG_REQUEST_COMPLETION : 0; in vmbus_channel_send()
1165 hdr.flags & VMBUS_PACKET_FLAG_REQUEST_COMPLETION); in vmbus_channel_recv_peek()