Lines Matching refs:otherend
568 pr_debug("%s -> %s\n", dev->otherend, xenbus_strstate(frontend_state)); in frontend_changed()
764 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect()
888 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL); in connect_rings()
894 strcpy(xspath, dev->otherend); in connect_rings()
896 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_rings()
903 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, in connect_rings()
957 err = xenbus_scanf(XBT_NIL, dev->otherend, "request-rx-copy", "%u", in read_xenbus_vif_flags()
965 dev->otherend); in read_xenbus_vif_flags()
971 if (xenbus_scanf(XBT_NIL, dev->otherend, in read_xenbus_vif_flags()
983 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-sg", in read_xenbus_vif_flags()
991 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4", in read_xenbus_vif_flags()
997 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4-prefix", in read_xenbus_vif_flags()
1003 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv6", in read_xenbus_vif_flags()
1009 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv6-prefix", in read_xenbus_vif_flags()
1019 dev->otherend); in read_xenbus_vif_flags()
1023 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-no-csum-offload", in read_xenbus_vif_flags()
1028 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-ipv6-csum-offload", in read_xenbus_vif_flags()
1033 if (xenbus_scanf(XBT_NIL, dev->otherend, "request-multicast-control", in read_xenbus_vif_flags()