Lines Matching defs:gop
391 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops;
471 txp == first ? extra_count : 0, gop);
474 ++gop;
497 gop);
501 ++gop;
519 (*map_ops) = gop - queue->tx_map_ops;
1328 struct gnttab_unmap_grant_ref *gop;
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] =
1354 gnttab_set_unmap_op(gop,
1359 ++gop;
1366 if (gop - queue->tx_unmap_ops > 0) {
1371 gop - queue->tx_unmap_ops);
1374 gop - queue->tx_unmap_ops, ret);
1375 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) {
1376 if (gop[i].status != GNTST_okay)
1379 gop[i].host_addr,
1380 gop[i].handle,
1381 gop[i].status);
1387 for (i = 0; i < gop - queue->tx_unmap_ops; ++i)