Home
last modified time | relevance | path

Searched refs:gnttab_copy (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/xen/interface/
Dgrant_table.h373 struct gnttab_copy { struct
388 DEFINE_GUEST_HANDLE_STRUCT(gnttab_copy); argument
/Linux-v5.4/drivers/net/xen-netback/
Dcommon.h132 struct gnttab_copy op[COPY_BATCH_SIZE];
158 struct gnttab_copy tx_copy_ops[MAX_PENDING_REQS];
Dhash.c292 struct gnttab_copy copy_op = { in xenvif_set_hash_key()
338 struct gnttab_copy copy_op[2] = {{ in xenvif_set_hash_mapping()
Drx.c141 struct gnttab_copy *op; in xenvif_rx_copy_flush()
171 struct gnttab_copy *op; in xenvif_rx_copy_add()
Dnetback.c438 struct gnttab_copy **gopp_copy) in xenvif_tx_check_gop()
1097 struct gnttab_copy *gop_copy = queue->tx_copy_ops; in xenvif_tx_submit()
/Linux-v5.4/include/xen/
Dgrant_table.h242 void gnttab_batch_copy(struct gnttab_copy *batch, unsigned count);
/Linux-v5.4/drivers/xen/
Dgrant-table.c971 void gnttab_batch_copy(struct gnttab_copy *batch, unsigned count) in gnttab_batch_copy()
973 struct gnttab_copy *op; in gnttab_batch_copy()
Dgntdev.c829 struct gnttab_copy ops[GNTDEV_COPY_BATCH];
925 struct gnttab_copy *op; in gntdev_grant_copy_seg()