Home
last modified time | relevance | path

Searched defs:RING_HAS_UNCONSUMED_RESPONSES (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h222 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
227 #define RING_HAS_UNCONSUMED_RESPONSES(_r) XEN_RING_NR_UNCONSUMED_RESPONSES(_r) macro
/openbmc/linux/include/xen/interface/io/
H A Dring.h187 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro