Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/xen-pciback/
Dxenbus.c126 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()
Dpciback_ops.c151 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()
Dpci_stub.c615 psdev->pdev->xdev->otherend_id); in kill_domain_by_device()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_client.c384 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()
Dxenbus_probe.c149 id_node, "%i", &xendev->otherend_id, in xenbus_read_otherend_details()
/linux-4.1.27/drivers/block/xen-blkback/
Dxenbus.c466 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/
Dxenbus.h72 int otherend_id; member
/linux-4.1.27/drivers/input/misc/
Dxen-kbdfront.c234 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
/linux-4.1.27/drivers/scsi/
Dxen-scsifront.c425 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/
Dhvc_xen.c403 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
/linux-4.1.27/drivers/net/xen-netback/
Dxenbus.c425 vif = xenvif_alloc(&dev->dev, dev->otherend_id, handle); in backend_create_xenvif()
/linux-4.1.27/drivers/xen/
Dxen-scsiback.c1204 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/
Dxen-netfront.c315 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/
Dxen-blkfront.c258 info->xbdev->otherend_id, in get_grant()