Searched refs:transaction_id (Results 1 – 3 of 3) sorted by relevance
/qemu/include/hw/hyperv/ |
H A D | vmbus.h | 100 uint64_t transaction_id; member 137 bool need_comp, uint64_t transaction_id);
|
H A D | vmbus-proto.h | 200 uint64_t transaction_id; member
|
/qemu/hw/hyperv/ |
H A D | vmbus.c | 950 bool need_comp, uint64_t transaction_id) in vmbus_channel_send() argument 964 hdr.transaction_id = transaction_id; in vmbus_channel_send() 1003 msg, msglen, false, req->transaction_id); in vmbus_channel_send_completion() 1091 uint32_t msglen, uint64_t transaction_id, in vmbus_alloc_req() argument 1103 req->transaction_id = transaction_id; in vmbus_alloc_req() 1165 req = vmbus_alloc_req(chan, size, hdr.type, msglen, hdr.transaction_id, in vmbus_channel_recv_peek()
|