Searched refs:tx_unmap_ops (Results 1 – 2 of 2) sorted by relevance
1330 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()1342 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()1346 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()1348 queue->pages_to_unmap[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()1362 if (gop - queue->tx_unmap_ops > 0) { in xenvif_tx_dealloc_action()1364 ret = gnttab_unmap_refs(queue->tx_unmap_ops, in xenvif_tx_dealloc_action()1367 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action()1370 gop - queue->tx_unmap_ops, ret); in xenvif_tx_dealloc_action()1371 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) { in xenvif_tx_dealloc_action()1383 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) in xenvif_tx_dealloc_action()
171 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS]; member
Completed in 13 milliseconds