Home
last modified time | relevance | path

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

/linux-6.1.9/include/xen/interface/
Dgrant_table.h388 struct gnttab_copy { struct
403 DEFINE_GUEST_HANDLE_STRUCT(gnttab_copy); argument
/linux-6.1.9/drivers/net/xen-netback/
Dcommon.h129 struct gnttab_copy op[COPY_BATCH_SIZE];
169 struct gnttab_copy tx_copy_ops[MAX_PENDING_REQS];
Dhash.c294 struct gnttab_copy copy_op = { in xenvif_set_hash_key()
340 struct gnttab_copy copy_op[2] = {{ in xenvif_set_hash_mapping()
Drx.c167 struct gnttab_copy *op; in xenvif_rx_copy_flush()
197 struct gnttab_copy *op; in xenvif_rx_copy_add()
Dnetback.c392 struct gnttab_copy *cop = queue->tx_copy_ops + *copy_ops; in xenvif_get_requests()
517 struct gnttab_copy **gopp_copy) in xenvif_tx_check_gop()
1146 struct gnttab_copy *gop_copy = queue->tx_copy_ops; in xenvif_tx_submit()
/linux-6.1.9/include/xen/
Dgrant_table.h275 void gnttab_batch_copy(struct gnttab_copy *batch, unsigned count);
/linux-6.1.9/drivers/xen/
Dgntdev.c791 struct gnttab_copy ops[GNTDEV_COPY_BATCH];
886 struct gnttab_copy *op; in gntdev_grant_copy_seg()
Dgrant-table.c1168 void gnttab_batch_copy(struct gnttab_copy *batch, unsigned count) in gnttab_batch_copy()
1170 struct gnttab_copy *op; in gnttab_batch_copy()