Lines Matching refs:tx_unmap_ops
1334 gop = queue->tx_unmap_ops;
1346 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS);
1350 pending_idx_release[gop - queue->tx_unmap_ops] =
1352 queue->pages_to_unmap[gop - queue->tx_unmap_ops] =
1366 if (gop - queue->tx_unmap_ops > 0) {
1368 ret = gnttab_unmap_refs(queue->tx_unmap_ops,
1371 gop - queue->tx_unmap_ops);
1374 gop - queue->tx_unmap_ops, ret);
1375 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) {
1387 for (i = 0; i < gop - queue->tx_unmap_ops; ++i)