Home
last modified time | relevance | path

Searched refs:tx_copy_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c1287 queue->tx_copy_ops[*copy_ops].source.u.ref = txreq.gref; in xenvif_tx_build_gops()
1288 queue->tx_copy_ops[*copy_ops].source.domid = queue->vif->domid; in xenvif_tx_build_gops()
1289 queue->tx_copy_ops[*copy_ops].source.offset = txreq.offset; in xenvif_tx_build_gops()
1291 queue->tx_copy_ops[*copy_ops].dest.u.gmfn = in xenvif_tx_build_gops()
1293 queue->tx_copy_ops[*copy_ops].dest.domid = DOMID_SELF; in xenvif_tx_build_gops()
1294 queue->tx_copy_ops[*copy_ops].dest.offset = in xenvif_tx_build_gops()
1297 queue->tx_copy_ops[*copy_ops].len = data_len; in xenvif_tx_build_gops()
1298 queue->tx_copy_ops[*copy_ops].flags = GNTCOPY_source_gref; in xenvif_tx_build_gops()
1331 (*copy_ops >= ARRAY_SIZE(queue->tx_copy_ops))) in xenvif_tx_build_gops()
1412 struct gnttab_copy *gop_copy = queue->tx_copy_ops; in xenvif_tx_submit()
[all …]
Dcommon.h149 struct gnttab_copy tx_copy_ops[MAX_PENDING_REQS]; member