Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds