Lines Matching full:gop
392 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops; in xenvif_get_requests() local
472 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
475 ++gop; in xenvif_get_requests()
498 gop); in xenvif_get_requests()
502 ++gop; in xenvif_get_requests()
520 (*map_ops) = gop - queue->tx_map_ops; in xenvif_get_requests()
1323 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() local
1329 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1341 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1345 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1347 queue->pages_to_unmap[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1349 gnttab_set_unmap_op(gop, in xenvif_tx_dealloc_action()
1354 ++gop; in xenvif_tx_dealloc_action()
1361 if (gop - queue->tx_unmap_ops > 0) { in xenvif_tx_dealloc_action()
1366 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action()
1369 gop - queue->tx_unmap_ops, ret); in xenvif_tx_dealloc_action()
1370 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) { in xenvif_tx_dealloc_action()
1371 if (gop[i].status != GNTST_okay) in xenvif_tx_dealloc_action()
1374 gop[i].host_addr, in xenvif_tx_dealloc_action()
1375 gop[i].handle, in xenvif_tx_dealloc_action()
1376 gop[i].status); in xenvif_tx_dealloc_action()
1382 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) in xenvif_tx_dealloc_action()