Searched refs:RING_HAS_UNCONSUMED_RESPONSES (Results 1 – 3 of 3) sorted by relevance
173 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro288 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \292 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
371 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()
184 while (RING_HAS_UNCONSUMED_RESPONSES(&bedata->ring)) { in pvcalls_front_event_handler()
Completed in 17 milliseconds