Lines Matching refs:otherend

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