Searched refs:copy_gop (Results 1 – 1 of 1) sorted by relevance
292 struct gnttab_copy *copy_gop; in xenvif_setup_copy_gop() local307 copy_gop = npo->copy + npo->copy_prod++; in xenvif_setup_copy_gop()308 copy_gop->flags = GNTCOPY_dest_gref; in xenvif_setup_copy_gop()309 copy_gop->len = *len; in xenvif_setup_copy_gop()313 copy_gop->source.domid = foreign->domid; in xenvif_setup_copy_gop()314 copy_gop->source.u.ref = foreign->gref; in xenvif_setup_copy_gop()315 copy_gop->flags |= GNTCOPY_source_gref; in xenvif_setup_copy_gop()317 copy_gop->source.domid = DOMID_SELF; in xenvif_setup_copy_gop()318 copy_gop->source.u.gmfn = gfn; in xenvif_setup_copy_gop()320 copy_gop->source.offset = offset; in xenvif_setup_copy_gop()[all …]