Home
last modified time | relevance | path

Searched refs:transaction_id (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/hyperv/
H A Dvmbus.h100 uint64_t transaction_id; member
137 bool need_comp, uint64_t transaction_id);
H A Dvmbus-proto.h200 uint64_t transaction_id; member
/qemu/hw/hyperv/
H A Dvmbus.c950 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()