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

/freebsd-10.3-release/sys/xen/xenbus/
H A Dxenbusvar.h93 XENBUS_ACCESSOR(otherend_id, OTHEREND_ID, int)
/freebsd-10.3-release/sys/dev/xen/netback/
H A Dnetback.c173 domid_t otherend_id);
183 domid_t otherend_id);
450 domid_t otherend_id; member in struct:xnb_softc
717 gnt.dom = xnb->otherend_id;
778 xnb->otherend_id,
1269 xnb->otherend_id = xenbus_get_otherend_id(dev);
1441 err = xnb_recv(txb, xnb->otherend_id, &mbufc, ifp,
1693 * \param[in] otherend_id The domain ID of the other end of the copy
1699 domid_t otherend_id)
1726 gnttab[gnt_idx].source.domid = otherend_id;
1697 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
1949 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-10.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-10.3-release/sys/dev/xen/netfront/
H A Dnetfront.c849 int otherend_id = xenbus_get_otherend_id(sc->xbdev); local
950 otherend_id, pfn);
963 otherend_id,
1545 int otherend_id; local
1619 otherend_id = xenbus_get_otherend_id(sc->xbdev);
1640 gnttab_grant_foreign_access_ref(ref, otherend_id,
/freebsd-10.3-release/sys/dev/xen/blkback/
H A Dblkback.c616 domid_t otherend_id; member in struct:xbb_softc
1655 map->dom = xbb->otherend_id;
2079 __func__, xbb->otherend_id);
2094 xbb->otherend_id);
2125 __func__, xbb->otherend_id);
2866 gnt->dom = xbb->otherend_id;
2921 xbb->otherend_id,
3581 xbb->otherend_id = xenbus_get_otherend_id(dev);
/freebsd-10.3-release/sys/dev/xen/blkfront/
H A Dblkfront.c165 grant_ref_t * gref_head, int otherend_id, int readonly,
192 otherend_id,
164 xbd_mksegarray(bus_dma_segment_t *segs, int nsegs, grant_ref_t * gref_head, int otherend_id, int readonly, grant_ref_t * sg_ref, blkif_request_segment_t * sg) argument

Completed in 185 milliseconds