/linux/drivers/net/xen-netback/ |
H A D | xenbus.c | 403 err = xenbus_scanf(XBT_NIL, dev->otherend, in read_xenbus_frontend_xdp() 422 pr_debug("%s -> %s\n", dev->otherend, xenbus_strstate(frontend_state)); in frontend_changed() 589 vif->multicast_control = !!xenbus_read_unsigned(dev->otherend, in xen_mcast_ctrl_changed() 598 unsigned maxlen = strlen(dev->otherend) + in xen_register_mcast_ctrl_watch() 612 dev->otherend); in xen_register_mcast_ctrl_watch() 691 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring() 698 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring() 703 dev->otherend); in connect_ctrl_ring() 736 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect() 868 xspath = kstrdup(dev->otherend, GFP_KERNEL); in connect_data_rings() [all …]
|
/linux/drivers/input/misc/ |
H A D | xen-kbdfront.c | 227 with_kbd = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe() 230 with_ptr = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe() 234 with_mtouch = xenbus_read_unsigned(dev->otherend, in xenkbd_probe() 277 abs = xenbus_read_unsigned(dev->otherend, in xenkbd_probe() 279 ptr_size[KPARAM_X] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe() 282 ptr_size[KPARAM_Y] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe() 337 num_cont = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe() 340 width = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe() 343 height = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
|
/linux/drivers/block/xen-blkback/ |
H A D | xenbus.c | 743 device_type = xenbus_read(XBT_NIL, dev->otherend, "device-type", NULL); in backend_changed() 750 err = kstrtoul(strrchr(dev->otherend, '/') + 1, 0, &handle); in backend_changed() 890 pr_debug("%s %s\n", __func__, dev->otherend); in connect() 1069 pr_debug("%s %s\n", __func__, dev->otherend); in connect_ring() 1072 err = xenbus_scanf(XBT_NIL, dev->otherend, "protocol", in connect_ring() 1090 xenbus_read_unsigned(dev->otherend, "feature-persistent", 0); in connect_ring() 1097 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect_ring() 1116 err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-page-order", "%u", in connect_ring() 1134 return read_per_ring_refs(&blkif->rings[0], dev->otherend); in connect_ring() 1136 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_ring() [all …]
|
/linux/drivers/net/ |
H A D | xen-netfront.c | 1481 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features() 1485 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features() 1490 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features() 1494 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features() 1646 xenbus_read_driver_state(np->xbdev->otherend) == in xennet_xdp_set() 1764 xenbus_read_driver_state(dev->otherend) != in xennet_create_dev() 1766 xenbus_read_driver_state(dev->otherend) != in xennet_create_dev() 2274 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback() 2279 feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback() 2290 info->netback_has_xdp_headroom = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback() [all …]
|
/linux/drivers/video/fbdev/ |
H A D | xen-fbfront.c | 358 if (xenbus_scanf(XBT_NIL, dev->otherend, "videoram", "%d", &val) == 1) { in xenfb_probe() 363 video[KPARAM_WIDTH] = xenbus_read_unsigned(dev->otherend, "width", in xenfb_probe() 365 video[KPARAM_HEIGHT] = xenbus_read_unsigned(dev->otherend, "height", in xenfb_probe() 642 if (xenbus_read_unsigned(info->xbdev->otherend, in xenfb_backend_changed() 646 info->feature_resize = xenbus_read_unsigned(dev->otherend, in xenfb_backend_changed()
|
/linux/drivers/pci/ |
H A D | xen-pcifront.c | 811 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_connect() 834 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_connect() 928 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, "num_devs", "%d", in pcifront_detach_devices() 947 state = xenbus_read_unsigned(pdev->xdev->otherend, str, in pcifront_detach_devices() 959 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_detach_devices()
|
/linux/sound/xen/ |
H A D | xen_snd_front.c | 332 while ((xenbus_read_unsigned(front_info->xb_dev->otherend, "state", in xen_drv_remove() 340 state = xenbus_read_unsigned(front_info->xb_dev->otherend, in xen_drv_remove()
|
/linux/net/9p/ |
H A D | trans_xen.c | 386 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in xen_9pfs_front_init() 400 max_rings = xenbus_read_unsigned(dev->otherend, "max-rings", 0); in xen_9pfs_front_init() 403 max_ring_order = xenbus_read_unsigned(dev->otherend, in xen_9pfs_front_init()
|
/linux/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 257 if (xendev->otherend) in print_device_status() 258 rstate = xenbus_read_driver_state(xendev->otherend); in print_device_status()
|
/linux/drivers/scsi/ |
H A D | xen-scsifront.c | 1054 dir = xenbus_directory(XBT_NIL, dev->otherend, "vscsi-devs", &dir_n); in scsifront_do_lun_hotplug() 1065 err = xenbus_scanf(XBT_NIL, dev->otherend, str, "%u", in scsifront_do_lun_hotplug() 1072 err = xenbus_scanf(XBT_NIL, dev->otherend, str, in scsifront_do_lun_hotplug() 1136 sg_grant = xenbus_read_unsigned(dev->otherend, "feature-sg-grant", 0); in scsifront_read_backend_params()
|
/linux/include/xen/ |
H A D | xenbus.h | 82 const char *otherend; member
|
/linux/drivers/xen/ |
H A D | pvcalls-back.c | 942 err = xenbus_scanf(XBT_NIL, dev->otherend, "port", "%u", in backend_connect() 947 dev->otherend); in backend_connect() 951 err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-ref", "%u", &ring_ref); in backend_connect() 955 dev->otherend); in backend_connect()
|
H A D | pvcalls-front.c | 1161 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in pvcalls_front_probe() 1171 max_page_order = xenbus_read_unsigned(dev->otherend, in pvcalls_front_probe() 1175 function_calls = xenbus_read_unsigned(dev->otherend, in pvcalls_front_probe()
|
H A D | xen-scsiback.c | 890 err = xenbus_gather(XBT_NIL, dev->otherend, in scsiback_map() 894 xenbus_dev_fatal(dev, err, "reading %s ring", dev->otherend); in scsiback_map()
|
/linux/drivers/xen/xen-pciback/ |
H A D | xenbus.c | 157 if (xenbus_read_driver_state(pdev->xdev->otherend) != in xen_pcibk_attach() 163 err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, in xen_pcibk_attach()
|
/linux/drivers/gpu/drm/xen/ |
H A D | xen_drm_front.c | 728 while ((xenbus_read_unsigned(front_info->xb_dev->otherend, "state", in xen_drv_remove() 736 state = xenbus_read_unsigned(front_info->xb_dev->otherend, in xen_drv_remove()
|
/linux/drivers/char/tpm/ |
H A D | xen-tpmfront.c | 388 if (!xenbus_read_unsigned(dev->otherend, "feature-protocol-v2", in backend_changed()
|
/linux/drivers/usb/host/ |
H A D | xen-hcd.c | 1450 err = xenbus_scanf(XBT_NIL, dev->otherend, "num-ports", "%d", in xenhcd_create_hcd() 1461 err = xenbus_scanf(XBT_NIL, dev->otherend, "usb-ver", "%d", &usb_ver); in xenhcd_create_hcd()
|