Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c486 vq->device_event = (struct vring_packed_desc_event *)(uintptr_t) in vring_translate_packed()
489 if (!vq->device_event || size != req_size) in vring_translate_packed()
915 vring->device_event = vq->device_event; in rte_vhost_get_vhost_vring()
1318 if (vq->device_event == NULL) in vhost_enable_notify_packed()
1322 vq->device_event->flags = VRING_EVENT_F_DISABLE; in vhost_enable_notify_packed()
1329 vq->device_event->off_wrap = vq->last_avail_idx | in vhost_enable_notify_packed()
1335 vq->device_event->flags = flags; in vhost_enable_notify_packed()
H A Drte_vhost.h212 struct vring_packed_desc_event *device_event; member
H A Dvhost.h134 struct vring_packed_desc_event *device_event; member
H A Dvhost_user.c705 vq->device_event = (struct vring_packed_desc_event *) in translate_ring_addresses()
708 if (vq->device_event == NULL || in translate_ring_addresses()
1296 vq->device_event; in vq_is_ready()