Home
last modified time | relevance | path

Searched refs:otherend (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/net/xen-netback/
Dxenbus.c400 err = xenbus_gather(XBT_NIL, dev->otherend, in connect_rings()
407 dev->otherend); in connect_rings()
411 err = xenbus_scanf(XBT_NIL, dev->otherend, "request-rx-copy", "%u", in connect_rings()
419 dev->otherend); in connect_rings()
426 if (xenbus_scanf(XBT_NIL, dev->otherend, in connect_rings()
436 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-sg", in connect_rings()
441 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4", in connect_rings()
446 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4-prefix", in connect_rings()
451 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-no-csum-offload", in connect_rings()
/linux-2.6.39/drivers/xen/xenbus/
Dxenbus_probe.c100 kfree(dev->otherend); in free_otherend_details()
101 dev->otherend = NULL; in free_otherend_details()
134 "%s/%s", dev->otherend, "state"); in watch_otherend()
143 path_node, NULL, &xendev->otherend, in xenbus_read_otherend_details()
151 if (strlen(xendev->otherend) == 0 || in xenbus_read_otherend_details()
152 !xenbus_exists(XBT_NIL, xendev->otherend, "")) { in xenbus_read_otherend_details()
176 if (!dev->otherend || in xenbus_otherend_changed()
177 strncmp(dev->otherend, vec[XS_WATCH_PATH], in xenbus_otherend_changed()
178 strlen(dev->otherend))) { in xenbus_otherend_changed()
184 state = xenbus_read_driver_state(dev->otherend); in xenbus_otherend_changed()
Dxenbus_probe_frontend.c179 if (xendev->otherend) in print_device_status()
180 rstate = xenbus_read_driver_state(xendev->otherend); in print_device_status()
/linux-2.6.39/drivers/input/misc/
Dxen-kbdfront.c129 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-abs-pointer", "%d", &abs) < 0) in xenkbd_probe()
319 ret = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenkbd_backend_changed()
343 if (xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenkbd_backend_changed()
347 if (xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenkbd_backend_changed()
/linux-2.6.39/drivers/pci/
Dxen-pcifront.c853 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_try_connect()
875 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_try_connect()
934 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_attach_devices()
956 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_attach_devices()
994 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, "num_devs", "%d", in pcifront_detach_devices()
1012 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, "%d", in pcifront_detach_devices()
1026 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_detach_devices()
/linux-2.6.39/drivers/block/
Dxen-blkfront.c1111 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
1129 __func__, info->xbdev->otherend); in blkfront_connect()
1131 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
1139 info->xbdev->otherend); in blkfront_connect()
1143 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
1162 info->xbdev->otherend); in blkfront_connect()
/linux-2.6.39/drivers/video/
Dxen-fbfront.c377 if (xenbus_scanf(XBT_NIL, dev->otherend, "videoram", "%d", &val) == 1) { in xenfb_probe()
657 if (xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenfb_backend_changed()
663 if (xenbus_scanf(XBT_NIL, dev->otherend, in xenfb_backend_changed()
/linux-2.6.39/include/xen/
Dxenbus.h66 const char *otherend; member
/linux-2.6.39/drivers/net/
Dxen-netfront.c1519 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, "feature-sg", in xennet_set_sg()
1536 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_set_tso()
1570 err = xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_connect()