Lines Matching refs:otherend

647 	pr_debug("%s -> %s\n", dev->otherend, xenbus_strstate(frontend_state));  in frontend_changed()
807 vif->multicast_control = !!xenbus_read_unsigned(dev->otherend, in xen_mcast_ctrl_changed()
816 unsigned maxlen = strlen(dev->otherend) + in xen_register_mcast_ctrl_watch()
830 dev->otherend); in xen_register_mcast_ctrl_watch()
907 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
914 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
919 dev->otherend); in connect_ctrl_ring()
952 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect()
1084 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL); in connect_data_rings()
1090 strcpy(xspath, dev->otherend); in connect_data_rings()
1092 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_data_rings()
1099 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, in connect_data_rings()
1153 err = xenbus_scanf(XBT_NIL, dev->otherend, "request-rx-copy", "%u", in read_xenbus_vif_flags()
1161 dev->otherend); in read_xenbus_vif_flags()
1167 if (!xenbus_read_unsigned(dev->otherend, "feature-rx-notify", 0)) { in read_xenbus_vif_flags()
1176 vif->can_sg = !!xenbus_read_unsigned(dev->otherend, "feature-sg", 0); in read_xenbus_vif_flags()
1180 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv4", 0)) in read_xenbus_vif_flags()
1183 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv6", 0)) in read_xenbus_vif_flags()
1186 vif->ip_csum = !xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
1189 vif->ipv6_csum = !!xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()