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

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

Completed in 162 milliseconds