Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dvhost.h73 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/linux-2.6.39/drivers/vhost/
Dtest.c263 case VHOST_SET_FEATURES: in vhost_test_ioctl()
Dnet.c735 case VHOST_SET_FEATURES: in vhost_net_ioctl()
/linux-2.6.39/tools/virtio/
Dvirtio_test.c66 r = ioctl(dev->control, VHOST_SET_FEATURES, &features); in vhost_vq_setup()