Searched refs:RING_HAS_UNCONSUMED_REQUESTS (Results 1 – 4 of 4) sorted by relevance
175 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro274 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \278 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
820 work_to_do = RING_HAS_UNCONSUMED_REQUESTS(&queue->tx); in xenvif_tx_build_gops()1417 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&queue->tx))) in tx_work_todo()1605 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&vif->ctrl))) in xenvif_ctrl_work_todo()
84 if (RING_HAS_UNCONSUMED_REQUESTS(&queue->tx)) in xenvif_tx_interrupt()
861 while (RING_HAS_UNCONSUMED_REQUESTS(&fedata->ring)) { in pvcalls_back_work()