Lines Matching refs:work_to_do
729 int work_to_do) in xenvif_count_requests() argument
742 if (slots >= work_to_do) { in xenvif_count_requests()
745 work_to_do); in xenvif_count_requests()
1100 int work_to_do) in xenvif_get_extras() argument
1106 if (unlikely(work_to_do-- <= 0)) { in xenvif_get_extras()
1126 return work_to_do; in xenvif_get_extras()
1300 int work_to_do; in xenvif_tx_build_gops() local
1315 work_to_do = RING_HAS_UNCONSUMED_REQUESTS(&queue->tx); in xenvif_tx_build_gops()
1316 if (!work_to_do) in xenvif_tx_build_gops()
1330 work_to_do--; in xenvif_tx_build_gops()
1335 work_to_do = xenvif_get_extras(queue, extras, in xenvif_tx_build_gops()
1336 work_to_do); in xenvif_tx_build_gops()
1338 if (unlikely(work_to_do < 0)) in xenvif_tx_build_gops()
1367 ret = xenvif_count_requests(queue, &txreq, txfrags, work_to_do); in xenvif_tx_build_gops()