Lines Matching refs:tx_copy_ops
981 queue->tx_copy_ops[*copy_ops].source.u.ref = txreq.gref; in xenvif_tx_build_gops()
982 queue->tx_copy_ops[*copy_ops].source.domid = queue->vif->domid; in xenvif_tx_build_gops()
983 queue->tx_copy_ops[*copy_ops].source.offset = txreq.offset; in xenvif_tx_build_gops()
985 queue->tx_copy_ops[*copy_ops].dest.u.gmfn = in xenvif_tx_build_gops()
987 queue->tx_copy_ops[*copy_ops].dest.domid = DOMID_SELF; in xenvif_tx_build_gops()
988 queue->tx_copy_ops[*copy_ops].dest.offset = in xenvif_tx_build_gops()
991 queue->tx_copy_ops[*copy_ops].len = data_len; in xenvif_tx_build_gops()
992 queue->tx_copy_ops[*copy_ops].flags = GNTCOPY_source_gref; in xenvif_tx_build_gops()
1021 (*copy_ops >= ARRAY_SIZE(queue->tx_copy_ops))) in xenvif_tx_build_gops()
1097 struct gnttab_copy *gop_copy = queue->tx_copy_ops; in xenvif_tx_submit()
1333 gnttab_batch_copy(queue->tx_copy_ops, nr_cops); in xenvif_tx_action()