Home
last modified time | relevance | path

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

/Linux-v6.6/include/xen/interface/io/
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); \
/Linux-v6.6/drivers/xen/
Dpvcalls-front.c184 while (RING_HAS_UNCONSUMED_RESPONSES(&bedata->ring)) { in pvcalls_front_event_handler()
/Linux-v6.6/drivers/net/
Dxen-netfront.c377 if (RING_HAS_UNCONSUMED_RESPONSES(&queue->rx)) in xennet_open()