Lines Matching refs:otherend
718 device_type = xenbus_read(XBT_NIL, dev->otherend, "device-type", NULL); in backend_changed()
725 err = kstrtoul(strrchr(dev->otherend, '/') + 1, 0, &handle); in backend_changed()
848 pr_debug("%s %s\n", __func__, dev->otherend); in connect()
939 err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-page-order", "%u", in read_per_ring_refs()
1034 pr_debug("%s %s\n", __func__, dev->otherend); in connect_ring()
1037 err = xenbus_scanf(XBT_NIL, dev->otherend, "protocol", in connect_ring()
1051 pers_grants = xenbus_read_unsigned(dev->otherend, "feature-persistent", in connect_ring()
1059 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect_ring()
1079 return read_per_ring_refs(&be->blkif->rings[0], dev->otherend); in connect_ring()
1081 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_ring()
1090 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, i); in connect_ring()