Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c557 vq->notif_enable = VIRTIO_UNINITIALIZED_NOTIF; in init_vring_queue()
1375 vq->notif_enable = enable; in rte_vhost_enable_guest_notification()
H A Dvhost.h151 int notif_enable; member
H A Dvhost_user.c216 if (enable && vq->notif_enable != VIRTIO_UNINITIALIZED_NOTIF) in vhost_user_notify_queue_state()
217 vhost_enable_guest_notification(dev, vq, vq->notif_enable); in vhost_user_notify_queue_state()