Home
last modified time | relevance | path

Searched refs:GNTCOPY_source_gref (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/xen-netback/
H A Dhash.c300 .flags = GNTCOPY_source_gref in xenvif_set_hash_key()
344 .flags = GNTCOPY_source_gref in xenvif_set_hash_mapping()
H A Drx.c214 op->flags |= GNTCOPY_source_gref; in xenvif_rx_copy_add()
H A Dnetback.c424 cop->flags = GNTCOPY_source_gref; in xenvif_get_requests()
/openbmc/linux/include/xen/interface/
H A Dgrant_table.h384 #define GNTCOPY_source_gref (1<<_GNTCOPY_source_gref) macro
/openbmc/linux/drivers/xen/
H A Dgntdev.c869 if (!(seg->flags & (GNTCOPY_source_gref | GNTCOPY_dest_gref))) in gntdev_grant_copy_seg()
873 if (seg->flags & GNTCOPY_source_gref) { in gntdev_grant_copy_seg()
903 if (seg->flags & GNTCOPY_source_gref) { in gntdev_grant_copy_seg()
907 op->flags |= GNTCOPY_source_gref; in gntdev_grant_copy_seg()
/openbmc/qemu/include/hw/xen/interface/
H A Dgrant_table.h439 #define GNTCOPY_source_gref (1<<_GNTCOPY_source_gref) macro
/openbmc/qemu/hw/xen/
H A Dxen-operations.c116 xengnttab_seg->flags = GNTCOPY_source_gref; in libxengnttab_backend_grant_copy()