Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus.h101 bool need_comp; member
137 bool need_comp, uint64_t transaction_id);
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c949 bool need_comp, uint64_t transaction_id) in vmbus_channel_send() argument
962 hdr.flags = need_comp ? VMBUS_PACKET_FLAG_REQUEST_COMPLETION : 0; in vmbus_channel_send()
1000 assert(req->need_comp); in vmbus_channel_send_completion()
1091 bool need_comp) in vmbus_alloc_req() argument
1103 req->need_comp = need_comp; in vmbus_alloc_req()