Home
last modified time | relevance | path

Searched refs:vring_used_event (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dvirtio_ring.h125 #define vring_used_event(vr) ((vr)->avail->ring[(vr)->num]) macro
/third_party/uboot/u-boot-2020.01/drivers/virtio/
Dvirtio_ring.c197 virtio_store_mb(&vring_used_event(&vq->vring), in virtqueue_get_buf()