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.c180 VMBusChanReq vmreq; member
994 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_msg_size() local
995 uint32_t msglen = vmreq->msglen; in hv_balloon_handle_msg_size()
1010 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_version_request() local
1011 struct dm_version_request *msgVr = vmreq->msg; in hv_balloon_handle_version_request()
1035 hv_balloon_send_packet(vmreq->chan, (struct dm_message *)&respVr); in hv_balloon_handle_version_request()
1046 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_caps_report() local
1047 struct dm_capabilities *msgCap = vmreq->msg; in hv_balloon_handle_caps_report()
1071 hv_balloon_send_packet(vmreq->chan, (struct dm_message *)&respCap); in hv_balloon_handle_caps_report()
1083 VMBusChanReq *vmreq = &req->vmreq; in hv_balloon_handle_status_report() local
[all …]