Searched refs:vg_recv_msg (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vugpu.h | 199 bool vg_recv_msg(VuGpu *g, uint32_t expect_req, uint32_t expect_size,
|
H A D | vhost-user-gpu.c | 124 if (!vg_recv_msg(g, VHOST_USER_GPU_DMABUF_UPDATE, 0, NULL)) { in source_wait_cb() 191 vg_recv_msg(VuGpu *g, uint32_t expect_req, uint32_t expect_size, in vg_recv_msg() function 276 if (!vg_recv_msg(vg, VHOST_USER_GPU_GET_DISPLAY_INFO, in get_display_info_cb() 315 if (!vg_recv_msg(vg, VHOST_USER_GPU_GET_EDID, in get_edid_cb() 1081 if (!vg_recv_msg(g, msg.request, in protocol_features_cb()
|