Lines Matching refs:gop
393 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops; in xenvif_get_requests() local
452 shinfo->nr_frags++, gop++) { in xenvif_get_requests()
456 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
471 shinfo->nr_frags++, txp++, gop++) { in xenvif_get_requests()
475 gop); in xenvif_get_requests()
484 (*map_ops) = gop - queue->tx_map_ops; in xenvif_get_requests()
1290 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() local
1296 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1308 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1312 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1314 queue->pages_to_unmap[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1316 gnttab_set_unmap_op(gop, in xenvif_tx_dealloc_action()
1321 ++gop; in xenvif_tx_dealloc_action()
1328 if (gop - queue->tx_unmap_ops > 0) { in xenvif_tx_dealloc_action()
1333 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action()
1336 gop - queue->tx_unmap_ops, ret); in xenvif_tx_dealloc_action()
1337 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) { in xenvif_tx_dealloc_action()
1338 if (gop[i].status != GNTST_okay) in xenvif_tx_dealloc_action()
1341 gop[i].host_addr, in xenvif_tx_dealloc_action()
1342 gop[i].handle, in xenvif_tx_dealloc_action()
1343 gop[i].status); in xenvif_tx_dealloc_action()
1349 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) in xenvif_tx_dealloc_action()