Home
last modified time | relevance | path

Searched refs:RING_HAS_UNCONSUMED_RESPONSES (Results 1 – 4 of 4) 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
336 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
340 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/openbmc/linux/include/xen/interface/io/
H A Dring.h187 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
297 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
301 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c184 while (RING_HAS_UNCONSUMED_RESPONSES(&bedata->ring)) { in pvcalls_front_event_handler()
/openbmc/linux/drivers/net/
H A Dxen-netfront.c378 if (RING_HAS_UNCONSUMED_RESPONSES(&queue->rx)) in xennet_open()