Lines Matching defs:protocol
1066 char protocol[64] = "";
1077 err = xenbus_scanf(XBT_NIL, dev->otherend, "protocol",
1078 "%63s", protocol);
1080 strcpy(protocol, "unspecified, assuming default");
1081 else if (0 == strcmp(protocol, XEN_IO_PROTO_ABI_NATIVE))
1083 else if (0 == strcmp(protocol, XEN_IO_PROTO_ABI_X86_32))
1085 else if (0 == strcmp(protocol, XEN_IO_PROTO_ABI_X86_64))
1088 xenbus_dev_fatal(dev, err, "unknown fe protocol %s", protocol);
1117 pr_info("%s: using %d queues, protocol %d (%s) %s\n", dev->nodename,
1118 blkif->nr_rings, blkif->blk_protocol, protocol,