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.h173 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
288 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
292 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/linux/drivers/net/
A Dxen-netfront.c371 if (RING_HAS_UNCONSUMED_RESPONSES(&queue->rx)) in xennet_open()
851 queue->rx_rsp_unconsumed = RING_HAS_UNCONSUMED_RESPONSES(&queue->rx); in xennet_set_rx_rsp_cons()
1476 work_queued = RING_HAS_UNCONSUMED_RESPONSES(&queue->rx); in xennet_handle_rx()
/linux/drivers/xen/
A Dpvcalls-front.c184 while (RING_HAS_UNCONSUMED_RESPONSES(&bedata->ring)) { in pvcalls_front_event_handler()

Completed in 17 milliseconds