Home
last modified time | relevance | path

Searched refs:RING_HAS_UNCONSUMED_RESPONSES (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/xen/interface/io/
Dring.h172 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
282 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
286 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/Linux-v5.4/drivers/net/
Dxen-netfront.c363 if (RING_HAS_UNCONSUMED_RESPONSES(&queue->rx)) in xennet_open()
1239 RING_HAS_UNCONSUMED_RESPONSES(&queue->rx))) in xennet_rx_interrupt()
/Linux-v5.4/drivers/xen/
Dpvcalls-front.c184 while (RING_HAS_UNCONSUMED_RESPONSES(&bedata->ring)) { in pvcalls_front_event_handler()