Lines Matching refs:copy_ops
1286 unsigned *copy_ops, in xenvif_tx_build_gops() argument
1443 queue->tx_copy_ops[*copy_ops].source.u.ref = txreq.gref; in xenvif_tx_build_gops()
1444 queue->tx_copy_ops[*copy_ops].source.domid = queue->vif->domid; in xenvif_tx_build_gops()
1445 queue->tx_copy_ops[*copy_ops].source.offset = txreq.offset; in xenvif_tx_build_gops()
1447 queue->tx_copy_ops[*copy_ops].dest.u.gmfn = in xenvif_tx_build_gops()
1449 queue->tx_copy_ops[*copy_ops].dest.domid = DOMID_SELF; in xenvif_tx_build_gops()
1450 queue->tx_copy_ops[*copy_ops].dest.offset = in xenvif_tx_build_gops()
1453 queue->tx_copy_ops[*copy_ops].len = data_len; in xenvif_tx_build_gops()
1454 queue->tx_copy_ops[*copy_ops].flags = GNTCOPY_source_gref; in xenvif_tx_build_gops()
1456 (*copy_ops)++; in xenvif_tx_build_gops()
1480 (*copy_ops >= ARRAY_SIZE(queue->tx_copy_ops))) in xenvif_tx_build_gops()