Searched refs:otherend_id (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/xen/xen-pciback/ |
D | xenbus.c | 126 pdev->xdev->otherend_id, remote_evtchn, xen_pcibk_handle_event, in xen_pcibk_do_attach() 250 dev_info(&dev->dev, "registering for %d\n", pdev->xdev->otherend_id); in xen_pcibk_export_device() 252 pdev->xdev->otherend_id) != 0) { in xen_pcibk_export_device() 256 xen_register_device_domain_owner(dev, pdev->xdev->otherend_id); in xen_pcibk_export_device() 289 dev_dbg(&dev->dev, "unregistering for %d\n", pdev->xdev->otherend_id); in xen_pcibk_remove_device()
|
D | pciback_ops.c | 151 pci_name(dev), pdev->xdev->otherend_id, in xen_pcibk_enable_msi() 246 pci_name(dev), pdev->xdev->otherend_id, in xen_pcibk_enable_msix()
|
D | pci_stub.c | 615 psdev->pdev->xdev->otherend_id); in kill_domain_by_device()
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_client.c | 384 err = gnttab_grant_foreign_access(dev->otherend_id, in xenbus_grant_ring() 416 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn() 493 dev->otherend_id); in __xenbus_map_ring() 504 gnt_refs[i], dev->otherend_id); in __xenbus_map_ring()
|
D | xenbus_probe.c | 149 id_node, "%i", &xendev->otherend_id, in xenbus_read_otherend_details()
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | xenbus.c | 466 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_remove() 574 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_probe() 584 be->blkif = xen_blkif_alloc(dev->otherend_id); in xen_blkbk_probe() 631 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in backend_changed()
|
/linux-4.1.27/include/xen/ |
D | xenbus.h | 72 int otherend_id; member
|
/linux-4.1.27/drivers/input/misc/ |
D | xen-kbdfront.c | 234 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
|
/linux-4.1.27/drivers/scsi/ |
D | xen-scsifront.c | 425 info->dev->otherend_id, mfn, 1); in map_data_for_request() 459 info->dev->otherend_id, mfn, grant_ro); in map_data_for_request()
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_xen.c | 403 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | xenbus.c | 425 vif = xenvif_alloc(&dev->dev, dev->otherend_id, handle); in backend_create_xenvif()
|
/linux-4.1.27/drivers/xen/ |
D | xen-scsiback.c | 1204 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in scsiback_probe() 1213 info->domid = dev->otherend_id; in scsiback_probe()
|
/linux-4.1.27/drivers/net/ |
D | xen-netfront.c | 315 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers() 434 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_make_one_txreq()
|
/linux-4.1.27/drivers/block/ |
D | xen-blkfront.c | 258 info->xbdev->otherend_id, in get_grant()
|