Home
last modified time | relevance | path

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

/qemu/include/hw/hyperv/
H A Dvmbus.h95 typedef struct VMBusChanReq { struct
103 } VMBusChanReq; argument
149 ssize_t vmbus_channel_send_completion(VMBusChanReq *req,
217 int vmbus_map_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov,
223 void vmbus_unmap_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov,
/qemu/hw/hyperv/
H A Dhv-balloon.c183 VMBusChanReq vmreq;
997 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_msg_size()
1013 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_version_request()
1049 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_caps_report()
1086 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_status_report()
1139 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_unballoon_response()
1171 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_hot_add_response()
1229 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_balloon_response()
1279 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_packet()
H A Dvmbus.c466 int vmbus_map_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov, in vmbus_map_sgl()
513 void vmbus_unmap_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov, in vmbus_unmap_sgl()
998 ssize_t vmbus_channel_send_completion(VMBusChanReq *req, in vmbus_channel_send_completion()
1089 static VMBusChanReq *vmbus_alloc_req(VMBusChannel *chan, in vmbus_alloc_req()
1094 VMBusChanReq *req; in vmbus_alloc_req()
1133 VMBusChanReq *req; in vmbus_channel_recv_peek()
1265 VMBusChanReq *r = req; in vmbus_free_req()