Home
last modified time | relevance | path

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

/linux-2.6.39/include/xen/interface/io/
Dring.h169 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
260 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
264 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/linux-2.6.39/drivers/net/
Dxen-netfront.c335 if (RING_HAS_UNCONSUMED_RESPONSES(&np->rx)) in xennet_open()
1354 if (RING_HAS_UNCONSUMED_RESPONSES(&np->rx)) in xennet_interrupt()