Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/xen-netback/
H A Dhash.c301 .flags = GNTCOPY_source_gref in xenvif_set_hash_key()
345 .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.c417 cop->flags = GNTCOPY_source_gref; in xenvif_get_requests()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntdev.c859 if (!(seg->flags & (GNTCOPY_source_gref | GNTCOPY_dest_gref))) in gntdev_grant_copy_seg()
863 if (seg->flags & GNTCOPY_source_gref) { in gntdev_grant_copy_seg()
893 if (seg->flags & GNTCOPY_source_gref) { in gntdev_grant_copy_seg()
897 op->flags |= GNTCOPY_source_gref; in gntdev_grant_copy_seg()
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dgrant_table.h368 #define GNTCOPY_source_gref (1<<_GNTCOPY_source_gref) macro