Lines Matching full:gop
391 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops; in xenvif_get_requests() local
471 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
474 ++gop; in xenvif_get_requests()
497 gop); in xenvif_get_requests()
501 ++gop; in xenvif_get_requests()
519 (*map_ops) = gop - queue->tx_map_ops; in xenvif_get_requests()
1328 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() local
1334 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1346 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1350 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1352 queue->pages_to_unmap[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1354 gnttab_set_unmap_op(gop, in xenvif_tx_dealloc_action()
1359 ++gop; in xenvif_tx_dealloc_action()
1366 if (gop - queue->tx_unmap_ops > 0) { in xenvif_tx_dealloc_action()
1371 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action()
1374 gop - queue->tx_unmap_ops, ret); in xenvif_tx_dealloc_action()
1375 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) { in xenvif_tx_dealloc_action()
1376 if (gop[i].status != GNTST_okay) in xenvif_tx_dealloc_action()
1379 gop[i].host_addr, in xenvif_tx_dealloc_action()
1380 gop[i].handle, in xenvif_tx_dealloc_action()
1381 gop[i].status); in xenvif_tx_dealloc_action()
1387 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) in xenvif_tx_dealloc_action()