Searched refs:copy_gop (Results 1 – 1 of 1) sorted by relevance
275 struct gnttab_copy *copy_gop; in xenvif_gop_frag_copy() local305 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()[all …]