Home
last modified time | relevance | path

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

/drivers/vhost/
Dtest.c275 features = VHOST_FEATURES; in vhost_test_ioctl()
282 if (features & ~VHOST_FEATURES) in vhost_test_ioctl()
Dvhost.h169 VHOST_FEATURES = (1ULL << VIRTIO_F_NOTIFY_ON_EMPTY) | enumerator
Dnet.c62 VHOST_NET_FEATURES = VHOST_FEATURES |
Dscsi.c172 VHOST_SCSI_FEATURES = VHOST_FEATURES | (1ULL << VIRTIO_SCSI_F_HOTPLUG) |