Searched refs:otherend_id (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | xenbus.c | 128 pdev->xdev->otherend_id, remote_evtchn, xen_pcibk_handle_event, in xen_pcibk_do_attach() 252 dev_info(&dev->dev, "registering for %d\n", pdev->xdev->otherend_id); in xen_pcibk_export_device() 254 pdev->xdev->otherend_id) != 0) { in xen_pcibk_export_device() 258 xen_register_device_domain_owner(dev, pdev->xdev->otherend_id); in xen_pcibk_export_device() 291 dev_dbg(&dev->dev, "unregistering for %d\n", pdev->xdev->otherend_id); in xen_pcibk_remove_device()
|
D | pciback_ops.c | 163 pci_name(dev), pdev->xdev->otherend_id, in xen_pcibk_enable_msi() 261 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.4.14/drivers/xen/xenbus/ |
D | xenbus_client.c | 387 err = gnttab_grant_foreign_access(dev->otherend_id, in xenbus_grant_ring() 421 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn() 498 dev->otherend_id); in __xenbus_map_ring() 509 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.4.14/drivers/block/xen-blkback/ |
D | xenbus.c | 430 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_remove() 538 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_probe() 548 be->blkif = xen_blkif_alloc(dev->otherend_id); in xen_blkbk_probe() 600 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in backend_changed()
|
/linux-4.4.14/include/xen/ |
D | xenbus.h | 72 int otherend_id; member
|
/linux-4.4.14/drivers/input/misc/ |
D | xen-kbdfront.c | 240 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
|
/linux-4.4.14/drivers/scsi/ |
D | xen-scsifront.c | 423 info->dev->otherend_id, in map_data_for_request() 457 info->dev->otherend_id, in map_data_for_request()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_xen.c | 399 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
|
/linux-4.4.14/drivers/xen/ |
D | xen-scsiback.c | 1202 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in scsiback_probe() 1211 info->domid = dev->otherend_id; in scsiback_probe()
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | xenbus.c | 433 vif = xenvif_alloc(&dev->dev, dev->otherend_id, handle); in backend_create_xenvif()
|
/linux-4.4.14/drivers/net/ |
D | xen-netfront.c | 314 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers() 442 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
|
/linux-4.4.14/drivers/block/ |
D | xen-blkfront.c | 285 info->xbdev->otherend_id, in grant_foreign_access() 307 info->xbdev->otherend_id, in get_grant()
|