Lines Matching refs:payload
107 } payload; member
124 VhostUserGpuCursorPos *pos = &msg->payload.cursor_pos; in vhost_user_gpu_handle_cursor()
133 VhostUserGpuCursorUpdate *up = &msg->payload.cursor_update; in vhost_user_gpu_handle_cursor()
181 .payload = { in vhost_user_gpu_handle_display()
203 memcpy(&reply.payload.display_info, &display_info, in vhost_user_gpu_handle_display()
209 VhostUserGpuEdidRequest *m = &msg->payload.edid_req; in vhost_user_gpu_handle_display()
214 .size = sizeof(reply.payload.resp_edid), in vhost_user_gpu_handle_display()
224 memcpy(&reply.payload.resp_edid, &resp, sizeof(resp)); in vhost_user_gpu_handle_display()
229 VhostUserGpuScanout *m = &msg->payload.scanout; in vhost_user_gpu_handle_display()
250 VhostUserGpuDMABUFScanout *m = &msg->payload.dmabuf_scanout; in vhost_user_gpu_handle_display()
280 VhostUserGpuDMABUFScanout2 *m2 = &msg->payload.dmabuf_scanout2; in vhost_user_gpu_handle_display()
296 VhostUserGpuUpdate *m = &msg->payload.update; in vhost_user_gpu_handle_display()
317 VhostUserGpuUpdate *m = &msg->payload.update; in vhost_user_gpu_handle_display()
386 (uint8_t *)&msg->payload, size); in vhost_user_gpu_chr_read()