Home
last modified time | relevance | path

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

/linux-4.4.14/include/xen/interface/io/
Dring.h169 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
279 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
283 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/linux-4.4.14/drivers/net/
Dxen-netfront.c351 if (RING_HAS_UNCONSUMED_RESPONSES(&queue->rx)) in xennet_open()
1236 RING_HAS_UNCONSUMED_RESPONSES(&queue->rx))) in xennet_rx_interrupt()