Home
last modified time | relevance | path

Searched refs:oeid (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/xen/os/
H A Dxvdi.c402 domid_t oeid; in xvdi_bind_evtchn() local
419 oeid = pdp->xd_xsdev.otherend_id; in xvdi_bind_evtchn()
420 if (oeid == (domid_t)-1) { in xvdi_bind_evtchn()
425 if ((r = xen_bind_interdomain(oeid, evtchn, &pdp->xd_evtchn))) { in xvdi_bind_evtchn()
447 domid_t oeid; in xvdi_alloc_evtchn() local
464 oeid = pdp->xd_xsdev.otherend_id; in xvdi_alloc_evtchn()
465 if (oeid == (domid_t)-1) { in xvdi_alloc_evtchn()
470 if ((rv = xen_alloc_unbound_evtchn(oeid, &pdp->xd_evtchn))) { in xvdi_alloc_evtchn()
516 domid_t oeid; in xvdi_map_ring() local
527 oeid = xvdi_get_oeid(dip); in xvdi_map_ring()
[all …]
/titanic_50/usr/src/uts/common/xen/io/
H A Dxnf.c479 domid_t oeid; in xnf_setup_rings() local
486 oeid = xvdi_get_oeid(xnfp->xnf_devinfo); in xnf_setup_rings()
492 err = gnttab_grant_foreign_access(oeid, in xnf_setup_rings()
504 err = gnttab_grant_foreign_access(oeid, in xnf_setup_rings()
1509 domid_t oeid; in xnf_send() local
1514 oeid = xvdi_get_oeid(xnfp->xnf_devinfo); in xnf_send()
1615 oeid, txp->tx_mfn, 1); in xnf_send()