Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus.h134 ssize_t vmbus_channel_send(VMBusChannel *chan, uint16_t pkt_type,
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c310 return vmbus_channel_send(chan, VMBUS_PACKET_DATA_INBAND, in hv_balloon_send_packet()
419 ret = vmbus_channel_send(chan, VMBUS_PACKET_DATA_INBAND, in hv_balloon_unballoon_posting()
576 ret = vmbus_channel_send(chan, VMBUS_PACKET_DATA_INBAND, in hv_balloon_hot_add_posting()
620 ret = vmbus_channel_send(chan, VMBUS_PACKET_DATA_INBAND, in hv_balloon_balloon_posting()
H A Dvmbus.c946 ssize_t vmbus_channel_send(VMBusChannel *chan, uint16_t pkt_type, in vmbus_channel_send() function
1001 return vmbus_channel_send(req->chan, VMBUS_PACKET_COMP, NULL, 0, in vmbus_channel_send_completion()