Searched refs:vring_need_event (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/virtio/ringtest/ |
H A D | virtio_ring_0_9.c | 233 need = vring_need_event(vring_avail_event(&ring), in kick_available() 326 need = vring_need_event(vring_used_event(&ring), in call_used()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_ring.h | 220 static inline int vring_need_event(uint16_t event_idx, uint16_t new_idx, uint16_t old) in vring_need_event() function
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_ring.h | 222 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) in vring_need_event() function
|
/openbmc/u-boot/include/ |
H A D | virtio_ring.h | 150 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) in vring_need_event() function
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_ring.c | 118 needs_kick = vring_need_event(virtio16_to_cpu(vq->vdev, in virtqueue_kick_prepare()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-shadow-virtqueue.c | 232 … needs_kick = vring_need_event(avail_event, svq->shadow_avail_idx, svq->shadow_avail_idx - 1); in vhost_svq_kick()
|
H A D | virtio.c | 2605 return !v || vring_need_event(vring_get_used_event(vq), new, old); in virtio_split_should_notify() 2618 return vring_need_event(off, new, old); in vring_packed_need_event()
|
/openbmc/qemu/subprojects/libvduse/ |
H A D | libvduse.c | 562 return !v || vring_need_event(vring_get_used_event(vq), new, old); in vduse_queue_should_notify()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_ring.c | 753 needs_kick = vring_need_event(virtio16_to_cpu(_vq->vdev, in virtqueue_kick_prepare_split() 1596 needs_kick = vring_need_event(event_idx, new, old); in virtqueue_kick_prepare_packed()
|
/openbmc/linux/drivers/vhost/ |
H A D | vringh.c | 535 notify = vring_need_event(used_event, in __vringh_need_notify()
|
H A D | vhost.c | 2826 return vring_need_event(vhost16_to_cpu(vq, event), new, old); in vhost_notify()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 2610 return !v || vring_need_event(vring_get_used_event(vq), new, old); in vring_notify()
|