Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c183 VMBusChanReq vmreq; member
997 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_msg_size() local
998 uint32_t msglen = vmreq->msglen; in hv_balloon_handle_msg_size()
1013 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_version_request() local
1014 struct dm_version_request *msgVr = vmreq->msg; in hv_balloon_handle_version_request()
1038 hv_balloon_send_packet(vmreq->chan, (struct dm_message *)&respVr); in hv_balloon_handle_version_request()
1049 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_caps_report() local
1050 struct dm_capabilities *msgCap = vmreq->msg; in hv_balloon_handle_caps_report()
1074 hv_balloon_send_packet(vmreq->chan, (struct dm_message *)&respCap); in hv_balloon_handle_caps_report()
1086 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_status_report() local
[all …]