Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c232 ret = vhost_user_write(data->vhostfd, &msg, NULL, 0); in vhost_user_set_owner()
251 ret = vhost_user_write(data->vhostfd, &msg, NULL, 0); in vhost_user_get_protocol_features()
290 ret = vhost_user_write(data->vhostfd, &msg, NULL, 0); in vhost_user_set_protocol_features()
309 ret = vhost_user_write(data->vhostfd, &msg, NULL, 0); in vhost_user_get_features()
367 ret = vhost_user_write(data->vhostfd, &msg, NULL, 0); in vhost_user_set_features()
491 ret = vhost_user_write(data->vhostfd, &msg, fds, fd_num); in vhost_user_set_memory_table()
514 ret = vhost_user_write(data->vhostfd, &msg, NULL, 0); in vhost_user_set_vring()
604 ret = vhost_user_write(data->vhostfd, &msg, &fd, num_fd); in vhost_user_set_vring_file()
638 ret = vhost_user_write(data->vhostfd, &msg, NULL, 0); in vhost_user_set_vring_addr()
671 ret = vhost_user_write(data->vhostfd, &msg, NULL, 0); in vhost_user_get_status()
[all …]