Searched refs:copy_ops (Results 1 – 1 of 1) sorted by relevance
801 unsigned *copy_ops, in xenvif_tx_build_gops() argument992 queue->tx_copy_ops[*copy_ops].source.u.ref = txreq.gref; in xenvif_tx_build_gops()993 queue->tx_copy_ops[*copy_ops].source.domid = queue->vif->domid; in xenvif_tx_build_gops()994 queue->tx_copy_ops[*copy_ops].source.offset = txreq.offset; in xenvif_tx_build_gops()996 queue->tx_copy_ops[*copy_ops].dest.u.gmfn = in xenvif_tx_build_gops()998 queue->tx_copy_ops[*copy_ops].dest.domid = DOMID_SELF; in xenvif_tx_build_gops()999 queue->tx_copy_ops[*copy_ops].dest.offset = in xenvif_tx_build_gops()1002 queue->tx_copy_ops[*copy_ops].len = data_len; in xenvif_tx_build_gops()1003 queue->tx_copy_ops[*copy_ops].flags = GNTCOPY_source_gref; in xenvif_tx_build_gops()1005 (*copy_ops)++; in xenvif_tx_build_gops()[all …]