Lines Matching refs:cop
1339 gnttab_copy_t *cop; in xnb_from_peer() local
1385 cop = xnbp->xnb_tx_cop; in xnb_from_peer()
1480 cop->source.u.ref = txreq->gref; in xnb_from_peer()
1481 cop->source.domid = xnbp->xnb_peer; in xnb_from_peer()
1482 cop->source.offset = txreq->offset; in xnb_from_peer()
1484 cop->dest.u.gmfn = txp->xt_mfn; in xnb_from_peer()
1485 cop->dest.domid = DOMID_SELF; in xnb_from_peer()
1486 cop->dest.offset = 0; in xnb_from_peer()
1488 cop->len = txreq->size; in xnb_from_peer()
1489 cop->flags = GNTCOPY_source_gref; in xnb_from_peer()
1490 cop->status = 0; in xnb_from_peer()
1495 cop++; in xnb_from_peer()
1526 cop = xnbp->xnb_tx_cop; in xnb_from_peer()
1534 if (cop->status != 0) { in xnb_from_peer()
1538 (void *)*txpp, cop->status); in xnb_from_peer()
1580 cop++; in xnb_from_peer()