Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/net/
Dxen-netfront.c365 if (RING_HAS_UNCONSUMED_RESPONSES(&queue->rx)) in xennet_open()
1241 RING_HAS_UNCONSUMED_RESPONSES(&queue->rx))) in xennet_rx_interrupt()
/Linux-v4.19/drivers/xen/
Dpvcalls-front.c187 while (RING_HAS_UNCONSUMED_RESPONSES(&bedata->ring)) { in pvcalls_front_event_handler()