Home
last modified time | relevance | path

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

/linux-6.1.9/include/xen/interface/
Dgrant_table.h386 #define GNTCOPY_dest_gref (1<<_GNTCOPY_dest_gref) macro
/linux-6.1.9/drivers/xen/
Dgntdev.c869 if (!(seg->flags & (GNTCOPY_source_gref | GNTCOPY_dest_gref))) in gntdev_grant_copy_seg()
877 if (seg->flags & GNTCOPY_dest_gref) { in gntdev_grant_copy_seg()
923 if (seg->flags & GNTCOPY_dest_gref) { in gntdev_grant_copy_seg()
927 op->flags |= GNTCOPY_dest_gref; in gntdev_grant_copy_seg()
/linux-6.1.9/drivers/net/xen-netback/
Drx.c208 op->flags = GNTCOPY_dest_gref; in xenvif_rx_copy_add()