Home
last modified time | relevance | path

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

/openbmc/qemu/include/io/
H A Dchannel-socket.h51 ssize_t zero_copy_sent; member
/openbmc/qemu/io/
H A Dchannel-socket.c67 sioc->zero_copy_sent = 0; in qio_channel_socket_new()
739 if (sioc->zero_copy_queued == sioc->zero_copy_sent) { in qio_channel_socket_flush()
749 while (sioc->zero_copy_sent < sioc->zero_copy_queued) { in qio_channel_socket_flush()
792 sioc->zero_copy_sent += serr->ee_data - serr->ee_info + 1; in qio_channel_socket_flush()