Lines Matching refs:gop
393 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops; in xenvif_get_requests() local
473 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
476 ++gop; in xenvif_get_requests()
499 gop); in xenvif_get_requests()
503 ++gop; in xenvif_get_requests()
521 (*map_ops) = gop - queue->tx_map_ops; in xenvif_get_requests()
1324 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() local
1330 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1342 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1346 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1348 queue->pages_to_unmap[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1350 gnttab_set_unmap_op(gop, in xenvif_tx_dealloc_action()
1355 ++gop; in xenvif_tx_dealloc_action()
1362 if (gop - queue->tx_unmap_ops > 0) { in xenvif_tx_dealloc_action()
1367 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action()
1370 gop - queue->tx_unmap_ops, ret); in xenvif_tx_dealloc_action()
1371 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) { in xenvif_tx_dealloc_action()
1372 if (gop[i].status != GNTST_okay) in xenvif_tx_dealloc_action()
1375 gop[i].host_addr, in xenvif_tx_dealloc_action()
1376 gop[i].handle, in xenvif_tx_dealloc_action()
1377 gop[i].status); in xenvif_tx_dealloc_action()
1383 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) in xenvif_tx_dealloc_action()