Lines Matching refs:otherend
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()
1145 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, i); in connect_ring()