Searched refs:otherend_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/xen/xenbus/
H A Dxenbusvar.h93 XENBUS_ACCESSOR(otherend_id, OTHEREND_ID, int)
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback.c171 domid_t otherend_id);
181 domid_t otherend_id);
446 domid_t otherend_id; member in struct:xnb_softc
716 gnt.dom = xnb->otherend_id;
777 bind_interdomain_evtchn_to_irqhandler(xnb->otherend_id,
1268 xnb->otherend_id = xenbus_get_otherend_id(dev);
1440 err = xnb_recv(txb, xnb->otherend_id, &mbufc, ifp,
1692 * \param[in] otherend_id The domain ID of the other end of the copy
1698 domid_t otherend_id)
1725 gnttab[gnt_idx].source.domid = otherend_id;
1696 xnb_txpkt2gnttab(const struct xnb_pkt *pkt, const struct mbuf *mbufc, gnttab_copy_table gnttab, const netif_tx_back_ring_t *txb, domid_t otherend_id) argument
1946 xnb_rxpkt2gnttab(const struct xnb_pkt *pkt, const struct mbuf *mbufc, gnttab_copy_table gnttab, const netif_rx_back_ring_t *rxb, domid_t otherend_id) argument
[all...]
/freebsd-9.3-release/sys/dev/xen/pcifront/
H A Dpcifront.c488 if (domain != pdev->xdev->otherend_id) {
491 "Domain mismatch %d != %d", domain, pdev->xdev->otherend_id);
547 sc->domain = pdev->xdev->otherend_id;
/freebsd-9.3-release/sys/dev/xen/netfront/
H A Dnetfront.c795 int otherend_id = xenbus_get_otherend_id(sc->xbdev); local
896 otherend_id, pfn);
909 otherend_id,
1491 int otherend_id; local
1565 otherend_id = xenbus_get_otherend_id(sc->xbdev);
1586 gnttab_grant_foreign_access_ref(ref, otherend_id,
/freebsd-9.3-release/sys/dev/xen/blkback/
H A Dblkback.c624 domid_t otherend_id; member in struct:xbb_softc
1664 map->dom = xbb->otherend_id;
2125 __func__, xbb->otherend_id);
2140 xbb->otherend_id);
2171 __func__, xbb->otherend_id);
2929 gnt->dom = xbb->otherend_id;
2984 bind_interdomain_evtchn_to_irqhandler(xbb->otherend_id,
3680 xbb->otherend_id = xenbus_get_otherend_id(dev);

Completed in 114 milliseconds