Home
last modified time | relevance | path

Searched refs:GNTCOPY_dest_gref (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/xen/interface/
Dgrant_table.h370 #define GNTCOPY_dest_gref (1<<_GNTCOPY_dest_gref) macro
/Linux-v5.15/drivers/xen/
Dgntdev.c804 if (!(seg->flags & (GNTCOPY_source_gref | GNTCOPY_dest_gref))) in gntdev_grant_copy_seg()
812 if (seg->flags & GNTCOPY_dest_gref) { in gntdev_grant_copy_seg()
858 if (seg->flags & GNTCOPY_dest_gref) { in gntdev_grant_copy_seg()
862 op->flags |= GNTCOPY_dest_gref; in gntdev_grant_copy_seg()
/Linux-v5.15/drivers/net/xen-netback/
Drx.c189 op->flags = GNTCOPY_dest_gref; in xenvif_rx_copy_add()