Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-user.c430 return vhost_user_write(dev, &msg, &fd, 1); in vhost_user_gpu_set_socket()
1077 return vhost_user_write(dev, &msg, NULL, 0); in vhost_user_set_vring_endian()
1092 ret = vhost_user_write(dev, &msg, NULL, 0); in vhost_user_get_u64()
1141 ret = vhost_user_write(dev, msg, NULL, 0); in vhost_user_write_sync()
1286 ret = vhost_user_write(dev, &msg, NULL, 0); in vhost_user_get_vring_base()
1656 ret = vhost_user_write(dev, &msg, NULL, 0); in vhost_user_get_shared_object()
1979 ret = vhost_user_write(dev, &msg, NULL, 0); in vhost_user_postcopy_advise()
2037 ret = vhost_user_write(dev, &msg, NULL, 0); in vhost_user_postcopy_listen()
2066 ret = vhost_user_write(dev, &msg, NULL, 0); in vhost_user_postcopy_end()
2358 ret = vhost_user_write(dev, &msg, NULL, 0); in vhost_user_net_set_mtu()
[all …]
H A Dtrace-events29 vhost_user_write(uint32_t req, uint32_t flags) "req:%d flags:0x%"PRIx32""