Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dvirtio_config.h55 #define VIRTIO_F_NOTIFY_ON_EMPTY 24 macro
/linux-4.4.14/drivers/vhost/
Dvhost.h173 VHOST_FEATURES = (1ULL << VIRTIO_F_NOTIFY_ON_EMPTY) |
Dvhost.c1573 if (vhost_has_feature(vq, VIRTIO_F_NOTIFY_ON_EMPTY) && in vhost_notify()