Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dtest.c275 features = VHOST_FEATURES; in vhost_test_ioctl()
284 if (features & ~VHOST_FEATURES) in vhost_test_ioctl()
Dvhost.h173 VHOST_FEATURES = (1ULL << VIRTIO_F_NOTIFY_ON_EMPTY) | enumerator
Dnet.c62 VHOST_NET_FEATURES = VHOST_FEATURES |
Dscsi.c166 VHOST_SCSI_FEATURES = VHOST_FEATURES | (1ULL << VIRTIO_SCSI_F_HOTPLUG) |