Lines Matching refs:otherend
403 err = xenbus_scanf(XBT_NIL, dev->otherend,
422 pr_debug("%s -> %s\n", dev->otherend, xenbus_strstate(frontend_state));
589 vif->multicast_control = !!xenbus_read_unsigned(dev->otherend,
598 unsigned maxlen = strlen(dev->otherend) +
612 dev->otherend);
691 err = xenbus_scanf(XBT_NIL, dev->otherend,
698 err = xenbus_scanf(XBT_NIL, dev->otherend,
703 dev->otherend);
736 requested_num_queues = xenbus_read_unsigned(dev->otherend,
868 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL);
874 strcpy(xspath, dev->otherend);
876 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size;
883 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend,
937 err = xenbus_scanf(XBT_NIL, dev->otherend, "request-rx-copy", "%u",
945 dev->otherend);
951 if (!xenbus_read_unsigned(dev->otherend, "feature-rx-notify", 0)) {
960 vif->can_sg = !!xenbus_read_unsigned(dev->otherend, "feature-sg", 0);
964 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv4", 0))
967 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv6", 0))
970 vif->ip_csum = !xenbus_read_unsigned(dev->otherend,
973 vif->ipv6_csum = !!xenbus_read_unsigned(dev->otherend,