Lines Matching refs:otherend_path
842 const char *otherend_path; in xnb_collect_xenstore_info() local
848 otherend_path = xenbus_get_otherend_path(xnb->dev); in xnb_collect_xenstore_info()
852 err = xs_gather(XST_NIL, otherend_path, in xnb_collect_xenstore_info()
863 otherend_path); in xnb_collect_xenstore_info()
872 "Unable to connect.", otherend_path); in xnb_collect_xenstore_info()
888 err = xs_scanf(XST_NIL, otherend_path, "request-rx-copy", NULL, in xnb_collect_xenstore_info()
896 otherend_path); in xnb_collect_xenstore_info()
910 if (xs_scanf(XST_NIL, otherend_path, "feature-sg", NULL, in xnb_collect_xenstore_info()
915 if (xs_scanf(XST_NIL, otherend_path, "feature-gso-tcpv4", NULL, in xnb_collect_xenstore_info()
919 if (xs_scanf(XST_NIL, otherend_path, "feature-gso-tcpv4-prefix", NULL, in xnb_collect_xenstore_info()
923 if (xs_scanf(XST_NIL, otherend_path, "feature-no-csum-offload", NULL, in xnb_collect_xenstore_info()