Searched refs:RING_HAS_UNCONSUMED_REQUESTS (Results 1 – 3 of 3) sorted by relevance
172 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro271 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \275 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
83 if (RING_HAS_UNCONSUMED_REQUESTS(&queue->tx)) in xenvif_tx_interrupt()
1315 work_to_do = RING_HAS_UNCONSUMED_REQUESTS(&queue->tx); in xenvif_tx_build_gops()1899 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&queue->tx))) in tx_work_todo()