Searched refs:VMBusChanReq (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/hyperv/ |
H A D | vmbus.h | 95 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,
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon.c | 183 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 D | vmbus.c | 465 int vmbus_map_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov, in vmbus_map_sgl() 512 void vmbus_unmap_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov, in vmbus_unmap_sgl() 997 ssize_t vmbus_channel_send_completion(VMBusChanReq *req, in vmbus_channel_send_completion() 1088 static VMBusChanReq *vmbus_alloc_req(VMBusChannel *chan, in vmbus_alloc_req() 1093 VMBusChanReq *req; in vmbus_alloc_req() 1132 VMBusChanReq *req; in vmbus_channel_recv_peek() 1264 VMBusChanReq *r = req; in vmbus_free_req()
|