Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dtest.c275 features = VHOST_FEATURES; in vhost_test_ioctl()
284 if (features & ~VHOST_FEATURES) in vhost_test_ioctl()
Dvhost.h232 VHOST_FEATURES = (1ULL << VIRTIO_F_NOTIFY_ON_EMPTY) | enumerator
Dvsock.c25 VHOST_VSOCK_FEATURES = VHOST_FEATURES,
Dnet.c74 VHOST_NET_FEATURES = VHOST_FEATURES |
Dscsi.c165 VHOST_SCSI_FEATURES = VHOST_FEATURES | (1ULL << VIRTIO_SCSI_F_HOTPLUG) |