Searched refs:RING_GET_REQUEST (Results 1 – 2 of 2) sorted by relevance
481 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()
232 #define RING_GET_REQUEST(_r, _idx) \ macro