Searched refs:otherend_id (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/drivers/xen/xenbus/ |
D | xenbus_client.c | 367 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()
|
D | xenbus_probe.c | 143 id_node, "%i", &xendev->otherend_id, in xenbus_read_otherend_details()
|
/linux-3.4.99/drivers/xen/xen-pciback/ |
D | xenbus.c | 121 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()
|
D | pciback_ops.c | 150 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()
|
D | pci_stub.c | 558 psdev->pdev->xdev->otherend_id); in kill_domain_by_device()
|
/linux-3.4.99/include/xen/ |
D | xenbus.h | 68 int otherend_id; member
|
/linux-3.4.99/drivers/net/ |
D | xen-netfront.c | 318 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/ |
D | xenbus.c | 190 be->vif = xenvif_alloc(&dev->dev, dev->otherend_id, handle); in backend_create_xenvif()
|
/linux-3.4.99/drivers/input/misc/ |
D | xen-kbdfront.c | 233 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
|
/linux-3.4.99/drivers/tty/hvc/ |
D | hvc_xen.c | 390 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
|
/linux-3.4.99/drivers/block/ |
D | xen-blkfront.c | 331 info->xbdev->otherend_id, in blkif_queue_request() 1057 info->xbdev->otherend_id, in blkif_recover()
|
/linux-3.4.99/drivers/block/xen-blkback/ |
D | xenbus.c | 464 be->blkif = xen_blkif_alloc(dev->otherend_id); in xen_blkbk_probe()
|