Lines Matching refs:otherend
749 device_type = xenbus_read(XBT_NIL, dev->otherend, "device-type", NULL); in backend_changed()
756 err = kstrtoul(strrchr(dev->otherend, '/') + 1, 0, &handle); in backend_changed()
896 pr_debug("%s %s\n", __func__, dev->otherend); in connect()
1074 pr_debug("%s %s\n", __func__, dev->otherend); in connect_ring()
1077 err = xenbus_scanf(XBT_NIL, dev->otherend, "protocol", in connect_ring()
1095 xenbus_read_unsigned(dev->otherend, "feature-persistent", 0); in connect_ring()
1102 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect_ring()
1121 err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-page-order", "%u", in connect_ring()
1139 return read_per_ring_refs(&blkif->rings[0], dev->otherend); in connect_ring()
1141 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_ring()
1150 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, i); in connect_ring()