Home
last modified time | relevance | path

Searched refs:VHOST_FEATURES (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/vhost/
Dtest.c259 features = VHOST_FEATURES; in vhost_test_ioctl()
266 if (features & ~VHOST_FEATURES) in vhost_test_ioctl()
Dvhost.h165 VHOST_FEATURES = (1 << VIRTIO_F_NOTIFY_ON_EMPTY) | enumerator
Dnet.c731 features = VHOST_FEATURES; in vhost_net_ioctl()
738 if (features & ~VHOST_FEATURES) in vhost_net_ioctl()