Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dvhost.h27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/linux-6.15/include/uapi/linux/
H A Dvhost.h27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/linux-6.15/drivers/vhost/
H A Dtest.c335 case VHOST_SET_FEATURES: in vhost_test_ioctl()
H A Dvsock.c859 case VHOST_SET_FEATURES: in vhost_vsock_dev_ioctl()
H A Dvdpa.c836 case VHOST_SET_FEATURES: in vhost_vdpa_unlocked_ioctl()
H A Dnet.c1689 case VHOST_SET_FEATURES: in vhost_net_ioctl()
H A Dscsi.c2253 case VHOST_SET_FEATURES: in vhost_scsi_ioctl()
/linux-6.15/tools/virtio/
H A Dvirtio_test.c80 r = ioctl(dev->control, VHOST_SET_FEATURES, &features); in vhost_vq_setup()
H A Dvhost_net_test.c251 r = ioctl(dev->control, VHOST_SET_FEATURES, &features); in vdev_info_init()