Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) macro
/linux-6.15/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) macro
/linux-6.15/tools/virtio/
H A Dvirtio_test.c83 r = ioctl(dev->control, VHOST_SET_VRING_NUM, &state); in vhost_vq_setup()
H A Dvhost_net_test.c163 r = ioctl(dev->control, VHOST_SET_VRING_NUM, &state); in vhost_vq_setup()
/linux-6.15/drivers/vhost/
H A Dvhost.c1944 case VHOST_SET_VRING_NUM: in vhost_vring_set_num_addr()
1973 if (ioctl == VHOST_SET_VRING_NUM || in vhost_vring_ioctl()
H A Dvdpa.c768 case VHOST_SET_VRING_NUM: in vhost_vdpa_vring_ioctl()