Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dvhost.h73 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/linux-4.4.14/drivers/vhost/
Dtest.c279 case VHOST_SET_FEATURES: in vhost_test_ioctl()
Dnet.c1071 case VHOST_SET_FEATURES: in vhost_net_ioctl()
Dscsi.c1527 case VHOST_SET_FEATURES: in vhost_scsi_ioctl()
/linux-4.4.14/tools/virtio/
Dvirtio_test.c72 r = ioctl(dev->control, VHOST_SET_FEATURES, &features); in vhost_vq_setup()