Lines Matching full:gop
396 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops; in xenvif_get_requests() local
481 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
484 ++gop; in xenvif_get_requests()
513 gop); in xenvif_get_requests()
517 ++gop; in xenvif_get_requests()
535 (*map_ops) = gop - queue->tx_map_ops; in xenvif_get_requests()
1346 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() local
1352 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1364 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1368 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1370 queue->pages_to_unmap[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1372 gnttab_set_unmap_op(gop, in xenvif_tx_dealloc_action()
1377 ++gop; in xenvif_tx_dealloc_action()
1384 if (gop - queue->tx_unmap_ops > 0) { in xenvif_tx_dealloc_action()
1389 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action()
1392 gop - queue->tx_unmap_ops, ret); in xenvif_tx_dealloc_action()
1393 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) { in xenvif_tx_dealloc_action()
1394 if (gop[i].status != GNTST_okay) in xenvif_tx_dealloc_action()
1397 gop[i].host_addr, in xenvif_tx_dealloc_action()
1398 gop[i].handle, in xenvif_tx_dealloc_action()
1399 gop[i].status); in xenvif_tx_dealloc_action()
1405 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) in xenvif_tx_dealloc_action()