Lines Matching refs:copy_gop
275 struct gnttab_copy *copy_gop; in xenvif_gop_frag_copy() local
305 copy_gop = npo->copy + npo->copy_prod++; in xenvif_gop_frag_copy()
306 copy_gop->flags = GNTCOPY_dest_gref; in xenvif_gop_frag_copy()
307 copy_gop->len = bytes; in xenvif_gop_frag_copy()
311 copy_gop->source.domid = foreign->domid; in xenvif_gop_frag_copy()
312 copy_gop->source.u.ref = foreign->gref; in xenvif_gop_frag_copy()
313 copy_gop->flags |= GNTCOPY_source_gref; in xenvif_gop_frag_copy()
315 copy_gop->source.domid = DOMID_SELF; in xenvif_gop_frag_copy()
316 copy_gop->source.u.gmfn = in xenvif_gop_frag_copy()
319 copy_gop->source.offset = offset; in xenvif_gop_frag_copy()
321 copy_gop->dest.domid = queue->vif->domid; in xenvif_gop_frag_copy()
322 copy_gop->dest.offset = npo->copy_off; in xenvif_gop_frag_copy()
323 copy_gop->dest.u.ref = npo->copy_gref; in xenvif_gop_frag_copy()