Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvdagent.c45 uint32_t msgsize; member
159 uint32_t msgsize = sizeof(VDAgentMessage) + msg->size; in vdagent_send_msg() local
167 if (vd->outbuf->len + msgsize > VDAGENT_BUFFER_LIMIT) { in vdagent_send_msg()
172 while (msgoff < msgsize) { in vdagent_send_msg()
174 chunk.size = msgsize - msgoff; in vdagent_send_msg()
775 if (vd->msgsize < sizeof(*msg)) { in vdagent_chr_recv_chunk()
777 vd->msgsize, sizeof(*msg)); in vdagent_chr_recv_chunk()
780 if (vd->msgsize == msg->size + sizeof(*msg)) { in vdagent_chr_recv_chunk()
791 if (vd->xoff + vd->msgsize > vd->xsize) { in vdagent_chr_recv_chunk()
793 vd->xoff, vd->msgsize, vd->xsize); in vdagent_chr_recv_chunk()
[all …]