Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/xen/
Dxen-front-pgdir-shbuf.c288 buf->xb_dev->otherend_id); in backend_map()
405 int i, cur_ref, otherend_id; in guest_grant_refs_for_buffer() local
407 otherend_id = buf->xb_dev->otherend_id; in guest_grant_refs_for_buffer()
413 gnttab_grant_foreign_access_ref(cur_ref, otherend_id, in guest_grant_refs_for_buffer()
434 int otherend_id, num_pages_dir; in grant_references() local
443 otherend_id = buf->xb_dev->otherend_id; in grant_references()
455 gnttab_grant_foreign_access_ref(cur_ref, otherend_id, frame, 0); in grant_references()
Dpvcalls-front.c384 pvcalls_front_dev->otherend_id, in create_active()
388 pvcalls_front_dev->otherend_id, in create_active()
1208 gnttab_grant_foreign_access_ref(bedata->ref, dev->otherend_id, in pvcalls_front_probe()
Dxen-scsiback.c1276 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in scsiback_probe()
1285 info->domid = dev->otherend_id; in scsiback_probe()
/linux-6.1.9/drivers/xen/xen-pciback/
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()
Dpciback_ops.c157 pdev->xdev->otherend_id, status); in xen_pcibk_enable_msi()
244 pdev->xdev->otherend_id, result); in xen_pcibk_enable_msix()
Dpci_stub.c672 psdev->pdev->xdev->otherend_id); in kill_domain_by_device()
/linux-6.1.9/drivers/xen/xenbus/
Dxenbus_client.c410 gnttab_grant_foreign_access_ref(grefs[i], dev->otherend_id, in xenbus_setup_ring()
468 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
560 gnt_refs[i], dev->otherend_id); in __xenbus_map_ring()
570 gnt_refs[i], dev->otherend_id); in __xenbus_map_ring()
Dxenbus_probe.c150 id_node, "%i", &xendev->otherend_id, in xenbus_read_otherend_details()
/linux-6.1.9/drivers/block/xen-blkback/
Dxenbus.c531 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_remove()
637 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_probe()
647 be->blkif = xen_blkif_alloc(dev->otherend_id); in xen_blkbk_probe()
713 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in backend_changed()
/linux-6.1.9/include/xen/
Dxenbus.h83 int otherend_id; member
/linux-6.1.9/net/9p/
Dtrans_xen.c330 ret = gnttab_grant_foreign_access(dev->otherend_id, in xen_9pfs_front_alloc_dataring()
343 dev->otherend_id, virt_to_gfn(bytes) + i, 0); in xen_9pfs_front_alloc_dataring()
/linux-6.1.9/sound/xen/
Dxen_snd_front_evtchnl.c242 front_info->xb_dev->otherend_id, channel->port, ret); in evtchnl_alloc()
/linux-6.1.9/drivers/scsi/
Dxen-scsifront.c524 info->dev->otherend_id, in map_data_for_request()
558 info->dev->otherend_id, in map_data_for_request()
/linux-6.1.9/drivers/input/misc/
Dxen-kbdfront.c429 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
/linux-6.1.9/drivers/tty/hvc/
Dhvc_xen.c438 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
/linux-6.1.9/drivers/net/xen-netback/
Dxenbus.c237 vif = xenvif_alloc(&dev->dev, dev->otherend_id, handle); in backend_create_xenvif()
/linux-6.1.9/drivers/net/
Dxen-netfront.c334 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers()
489 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
/linux-6.1.9/drivers/block/
Dxen-blkfront.c369 info->xbdev->otherend_id, in grant_foreign_access()
392 info->xbdev->otherend_id, in get_grant()
/linux-6.1.9/drivers/usb/host/
Dxen-hcd.c604 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xenhcd_gnttab_map()
/linux-6.1.9/drivers/xen/events/
Devents_base.c1314 bind_interdomain.remote_dom = dev->otherend_id; in bind_interdomain_evtchn_to_irq_chip()