Searched refs:RING_HAS_UNCONSUMED_REQUESTS (Results 1 – 4 of 4) sorted by relevance
189 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro289 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \293 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
1467 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&queue->tx))) in tx_work_todo()1669 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&vif->ctrl))) in xenvif_ctrl_work_todo()
83 rc = RING_HAS_UNCONSUMED_REQUESTS(&queue->tx); in xenvif_handle_tx_interrupt()
866 while (RING_HAS_UNCONSUMED_REQUESTS(&fedata->ring)) { in pvcalls_back_work()
Completed in 28 milliseconds