Searched refs:vhost_kernel_ioctl (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_kernel.c | 87 vhost_kernel_ioctl(int fd, uint64_t request, void *arg) in vhost_kernel_ioctl() function 112 ret = vhost_kernel_ioctl(data->vhostfds[i], VHOST_SET_OWNER, NULL); in vhost_kernel_set_owner() 127 ret = vhost_kernel_ioctl(data->vhostfds[0], VHOST_GET_FEATURES, features); in vhost_kernel_get_features() 175 ret = vhost_kernel_ioctl(data->vhostfds[i], VHOST_SET_FEATURES, &features); in vhost_kernel_set_features() 246 ret = vhost_kernel_ioctl(data->vhostfds[i], VHOST_SET_MEM_TABLE, vm); in vhost_kernel_set_memory_table() 272 ret = vhost_kernel_ioctl(fd, req, state); in vhost_kernel_set_vring() 314 ret = vhost_kernel_ioctl(fd, req, file); in vhost_kernel_set_vring_file() 349 ret = vhost_kernel_ioctl(fd, VHOST_SET_VRING_ADDR, addr); in vhost_kernel_set_vring_addr()
|