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()
692 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
699 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
704 dev->otherend); in connect_ctrl_ring()
737 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect()
873 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL); in connect_data_rings()
879 strcpy(xspath, dev->otherend); in connect_data_rings()
881 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_data_rings()
888 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, in connect_data_rings()
942 err = xenbus_scanf(XBT_NIL, dev->otherend, "request-rx-copy", "%u", in read_xenbus_vif_flags()
950 dev->otherend); in read_xenbus_vif_flags()
956 if (!xenbus_read_unsigned(dev->otherend, "feature-rx-notify", 0)) { in read_xenbus_vif_flags()
965 vif->can_sg = !!xenbus_read_unsigned(dev->otherend, "feature-sg", 0); in read_xenbus_vif_flags()
969 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv4", 0)) in read_xenbus_vif_flags()
972 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv6", 0)) in read_xenbus_vif_flags()
975 vif->ip_csum = !xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
978 vif->ipv6_csum = !!xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()