Lines Matching refs:otherend
560 pr_debug("%s -> %s\n", dev->otherend, xenbus_strstate(frontend_state)); in frontend_changed()
756 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect()
874 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL); in connect_rings()
880 strcpy(xspath, dev->otherend); in connect_rings()
882 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_rings()
889 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, in connect_rings()
943 err = xenbus_scanf(XBT_NIL, dev->otherend, "request-rx-copy", "%u", in read_xenbus_vif_flags()
951 dev->otherend); in read_xenbus_vif_flags()
957 if (xenbus_scanf(XBT_NIL, dev->otherend, in read_xenbus_vif_flags()
969 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-sg", in read_xenbus_vif_flags()
977 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4", in read_xenbus_vif_flags()
983 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4-prefix", in read_xenbus_vif_flags()
989 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv6", in read_xenbus_vif_flags()
995 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv6-prefix", in read_xenbus_vif_flags()
1005 dev->otherend); in read_xenbus_vif_flags()
1009 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-no-csum-offload", in read_xenbus_vif_flags()
1014 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-ipv6-csum-offload", in read_xenbus_vif_flags()