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;
1317 struct gnttab_unmap_grant_ref *gop;
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] =
1343 gnttab_set_unmap_op(gop,
1348 ++gop;
1355 if (gop - queue->tx_unmap_ops > 0) {
1360 gop - queue->tx_unmap_ops);
1363 gop - queue->tx_unmap_ops, ret);
1364 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) {
1365 if (gop[i].status != GNTST_okay)
1368 gop[i].host_addr,
1369 gop[i].handle,
1370 gop[i].status);
1376 for (i = 0; i < gop - queue->tx_unmap_ops; ++i)