Home
last modified time | relevance | path

Searched refs:otherend_id (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/xen/xenbus/
Dxenbus_client.c367 int err = gnttab_grant_foreign_access(dev->otherend_id, ring_mfn, 0); in xenbus_grant_ring()
387 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
411 bind_interdomain.remote_dom = dev->otherend_id; in xenbus_bind_evtchn()
419 remote_port, dev->otherend_id); in xenbus_bind_evtchn()
473 .dom = dev->otherend_id, in xenbus_map_ring_valloc_pv()
501 gnt_ref, dev->otherend_id); in xenbus_map_ring_valloc_pv()
573 dev->otherend_id); in xenbus_map_ring()
581 gnt_ref, dev->otherend_id); in xenbus_map_ring()
Dxenbus_probe.c143 id_node, "%i", &xendev->otherend_id, in xenbus_read_otherend_details()
/linux-3.4.99/drivers/xen/xen-pciback/
Dxenbus.c121 pdev->xdev->otherend_id, remote_evtchn, xen_pcibk_handle_event, in xen_pcibk_do_attach()
244 dev_dbg(&dev->dev, "registering for %d\n", pdev->xdev->otherend_id); in xen_pcibk_export_device()
246 pdev->xdev->otherend_id) != 0) { in xen_pcibk_export_device()
250 xen_register_device_domain_owner(dev, pdev->xdev->otherend_id); in xen_pcibk_export_device()
283 dev_dbg(&dev->dev, "unregistering for %d\n", pdev->xdev->otherend_id); in xen_pcibk_remove_device()
Dpciback_ops.c150 pci_name(dev), pdev->xdev->otherend_id, in xen_pcibk_enable_msi()
231 pci_name(dev), pdev->xdev->otherend_id, in xen_pcibk_enable_msix()
Dpci_stub.c558 psdev->pdev->xdev->otherend_id); in kill_domain_by_device()
/linux-3.4.99/include/xen/
Dxenbus.h68 int otherend_id; member
/linux-3.4.99/drivers/net/
Dxen-netfront.c318 np->xbdev->otherend_id, in xennet_alloc_rx_buffers()
443 gnttab_grant_foreign_access_ref(ref, np->xbdev->otherend_id, in xennet_make_frags()
466 gnttab_grant_foreign_access_ref(ref, np->xbdev->otherend_id, in xennet_make_frags()
534 ref, np->xbdev->otherend_id, mfn, GNTMAP_readonly); in xennet_start_xmit()
1690 ref, np->xbdev->otherend_id, in xennet_connect()
/linux-3.4.99/drivers/net/xen-netback/
Dxenbus.c190 be->vif = xenvif_alloc(&dev->dev, dev->otherend_id, handle); in backend_create_xenvif()
/linux-3.4.99/drivers/input/misc/
Dxen-kbdfront.c233 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
/linux-3.4.99/drivers/tty/hvc/
Dhvc_xen.c390 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
/linux-3.4.99/drivers/block/
Dxen-blkfront.c331 info->xbdev->otherend_id, in blkif_queue_request()
1057 info->xbdev->otherend_id, in blkif_recover()
/linux-3.4.99/drivers/block/xen-blkback/
Dxenbus.c464 be->blkif = xen_blkif_alloc(dev->otherend_id); in xen_blkbk_probe()