Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvhost.h110 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/Linux-v4.19/tools/include/uapi/linux/
Dvhost.h110 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/Linux-v4.19/drivers/vhost/
Dtest.c279 case VHOST_SET_FEATURES: in vhost_test_ioctl()
Dvsock.c686 case VHOST_SET_FEATURES: in vhost_vsock_dev_ioctl()
Dnet.c1505 case VHOST_SET_FEATURES: in vhost_net_ioctl()
Dscsi.c1483 case VHOST_SET_FEATURES: in vhost_scsi_ioctl()
/Linux-v4.19/tools/virtio/
Dvirtio_test.c73 r = ioctl(dev->control, VHOST_SET_FEATURES, &features); in vhost_vq_setup()