Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dxen-front-pgdir-shbuf.c286 buf->xb_dev->otherend_id); in backend_map()
403 int i, cur_ref, otherend_id; in guest_grant_refs_for_buffer() local
405 otherend_id = buf->xb_dev->otherend_id; in guest_grant_refs_for_buffer()
411 gnttab_grant_foreign_access_ref(cur_ref, otherend_id, in guest_grant_refs_for_buffer()
432 int otherend_id, num_pages_dir; in grant_references() local
441 otherend_id = buf->xb_dev->otherend_id; in grant_references()
453 gnttab_grant_foreign_access_ref(cur_ref, otherend_id, frame, 0); in grant_references()
H A Dpvcalls-front.c393 pvcalls_front_dev->otherend_id, in create_active()
397 pvcalls_front_dev->otherend_id, in create_active()
1223 gnttab_grant_foreign_access_ref(bedata->ref, dev->otherend_id, in pvcalls_front_probe()
/linux/drivers/xen/xen-pciback/
H A Dxenbus.c252 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()
H A Dpciback_ops.c157 pdev->xdev->otherend_id, status); in xen_pcibk_enable_msi()
244 pdev->xdev->otherend_id, result); in xen_pcibk_enable_msix()
/linux/drivers/xen/xenbus/
H A Dxenbus_client.c426 gnttab_grant_foreign_access_ref(grefs[i], dev->otherend_id, in xenbus_setup_ring()
484 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
577 gnt_refs[i], dev->otherend_id); in __xenbus_map_ring()
587 gnt_refs[i], dev->otherend_id); in __xenbus_map_ring()
H A Dxenbus_probe.c154 id_node, "%i", &xendev->otherend_id, in xenbus_read_otherend_details()
680 dev->otherend_id); in xenbus_dev_changed()
683 (state != dev->state || backend != dev->otherend_id)) { in xenbus_dev_changed()
/linux/drivers/block/xen-blkback/
H A Dxenbus.c530 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_remove()
633 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_probe()
643 be->blkif = xen_blkif_alloc(dev->otherend_id); in xen_blkbk_probe()
709 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in backend_changed()
/linux/include/xen/
H A Dxenbus.h84 int otherend_id; member
/linux/net/9p/
H A Dtrans_xen.c358 ret = gnttab_grant_foreign_access(dev->otherend_id, in xen_9pfs_front_alloc_dataring()
371 dev->otherend_id, virt_to_gfn(bytes) + i, 0); in xen_9pfs_front_alloc_dataring()
/linux/sound/xen/
H A Dxen_snd_front_evtchnl.c239 front_info->xb_dev->otherend_id, channel->port, ret); in evtchnl_alloc()
/linux/drivers/scsi/
H A Dxen-scsifront.c524 info->dev->otherend_id, in map_data_for_request()
558 info->dev->otherend_id, in map_data_for_request()
/linux/drivers/input/misc/
H A Dxen-kbdfront.c428 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
/linux/drivers/net/xen-netback/
H A Dxenbus.c237 vif = xenvif_alloc(&dev->dev, dev->otherend_id, handle); in backend_create_xenvif()
/linux/drivers/block/
H A Dxen-blkfront.c369 info->xbdev->otherend_id, in grant_foreign_access()
392 info->xbdev->otherend_id, in get_grant()
/linux/drivers/net/
H A Dxen-netfront.c336 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers()
491 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
/linux/drivers/usb/host/
H A Dxen-hcd.c604 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xenhcd_gnttab_map()
/linux/drivers/xen/events/
H A Devents_base.c1299 bind_interdomain.remote_dom = dev->otherend_id; in bind_interdomain_evtchn_to_irq_chip()