Lines Matching refs:cop
1341 gnttab_copy_t *cop; in xnb_from_peer() local
1387 cop = xnbp->xnb_tx_cop; in xnb_from_peer()
1482 cop->source.u.ref = txreq->gref; in xnb_from_peer()
1483 cop->source.domid = xnbp->xnb_peer; in xnb_from_peer()
1484 cop->source.offset = txreq->offset; in xnb_from_peer()
1486 cop->dest.u.gmfn = txp->xt_mfn; in xnb_from_peer()
1487 cop->dest.domid = DOMID_SELF; in xnb_from_peer()
1488 cop->dest.offset = 0; in xnb_from_peer()
1490 cop->len = txreq->size; in xnb_from_peer()
1491 cop->flags = GNTCOPY_source_gref; in xnb_from_peer()
1492 cop->status = 0; in xnb_from_peer()
1497 cop++; in xnb_from_peer()
1528 cop = xnbp->xnb_tx_cop; in xnb_from_peer()
1536 if (cop->status != 0) { in xnb_from_peer()
1540 (void *)*txpp, cop->status); in xnb_from_peer()
1582 cop++; in xnb_from_peer()