Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost.c495 vq->device_event = (struct vring_packed_desc_event *)(uintptr_t) in vring_translate_packed()
498 if (!vq->device_event || size != req_size) in vring_translate_packed()
951 vring->device_event = vq->device_event; in rte_vhost_get_vhost_vring()
1361 if (vq->device_event == NULL) in vhost_enable_notify_packed()
1365 vq->device_event->flags = VRING_EVENT_F_DISABLE; in vhost_enable_notify_packed()
1372 vq->device_event->off_wrap = vq->last_avail_idx | in vhost_enable_notify_packed()
1378 vq->device_event->flags = flags; in vhost_enable_notify_packed()
H A Drte_vhost.h217 struct vring_packed_desc_event *device_event; member
H A Dvhost.h242 struct vring_packed_desc_event *device_event; member
H A Dvhost_user.c778 vq->device_event = (struct vring_packed_desc_event *) in translate_ring_addresses()
781 if (vq->device_event == NULL || in translate_ring_addresses()
1431 vq->device_event; in vq_is_ready()