Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c481 RING_GET_REQUEST(&dataplane->rings.native, rc); in xen_block_get_request()
488 RING_GET_REQUEST(&dataplane->rings.x86_32_part, rc); in xen_block_get_request()
495 RING_GET_REQUEST(&dataplane->rings.x86_64_part, rc); in xen_block_get_request()
/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h232 #define RING_GET_REQUEST(_r, _idx) \ macro