Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/vhost/
Dtest.c264 features = VHOST_FEATURES; in vhost_test_ioctl()
271 if (features & ~VHOST_FEATURES) in vhost_test_ioctl()
Dvhost.h201 VHOST_FEATURES = (1ULL << VIRTIO_F_NOTIFY_ON_EMPTY) | enumerator
Dnet.c843 features = VHOST_FEATURES; in vhost_net_ioctl()
850 if (features & ~VHOST_FEATURES) in vhost_net_ioctl()