Lines Matching refs:tx_unmap_ops
1323 gop = queue->tx_unmap_ops;
1335 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS);
1339 pending_idx_release[gop - queue->tx_unmap_ops] =
1341 queue->pages_to_unmap[gop - queue->tx_unmap_ops] =
1355 if (gop - queue->tx_unmap_ops > 0) {
1357 ret = gnttab_unmap_refs(queue->tx_unmap_ops,
1360 gop - queue->tx_unmap_ops);
1363 gop - queue->tx_unmap_ops, ret);
1364 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) {
1376 for (i = 0; i < gop - queue->tx_unmap_ops; ++i)