Home
last modified time | relevance | path

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

/linux-4.1.27/include/xen/interface/
Dgrant_table.h373 struct gnttab_copy { struct
388 DEFINE_GUEST_HANDLE_STRUCT(gnttab_copy); argument
/linux-4.1.27/drivers/net/xen-netback/
Dcommon.h149 struct gnttab_copy tx_copy_ops[MAX_PENDING_REQS];
185 struct gnttab_copy grant_copy_op[MAX_GRANT_COPY_OPS];
Dnetback.c240 struct gnttab_copy *copy;
275 struct gnttab_copy *copy_gop; in xenvif_gop_frag_copy()
449 struct gnttab_copy *copy_op; in xenvif_check_gop()
905 struct gnttab_copy **gopp_copy) in xenvif_tx_check_gop()
1412 struct gnttab_copy *gop_copy = queue->tx_copy_ops; in xenvif_tx_submit()
/linux-4.1.27/include/xen/
Dgrant_table.h207 void gnttab_batch_copy(struct gnttab_copy *batch, unsigned count);
/linux-4.1.27/drivers/xen/
Dgrant-table.c767 void gnttab_batch_copy(struct gnttab_copy *batch, unsigned count) in gnttab_batch_copy()
769 struct gnttab_copy *op; in gnttab_batch_copy()