Home
last modified time | relevance | path

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

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