Home
last modified time | relevance | path

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

/components/drivers/virtio/
A Dvirtio_queue.h88 #define VIRTQ_AVAIL_TOTAL_SIZE(ring_size) (sizeof(rt_uint16_t) * 3 + sizeof(rt_uint16_t) * (ring_… macro
A Dvirtio.c107 …VIRTQ_DESC_TOTAL_SIZE(ring_size) + VIRTQ_AVAIL_TOTAL_SIZE(ring_size)) + VIRTQ_USED_TOTAL_SIZE(ring… in virtio_queue_init()

Completed in 3 milliseconds