Lines Matching defs:protocol
1060 char protocol[64] = "";
1071 err = xenbus_scanf(XBT_NIL, dev->otherend, "protocol",
1072 "%63s", protocol);
1074 strcpy(protocol, "unspecified, assuming default");
1075 else if (0 == strcmp(protocol, XEN_IO_PROTO_ABI_NATIVE))
1077 else if (0 == strcmp(protocol, XEN_IO_PROTO_ABI_X86_32))
1079 else if (0 == strcmp(protocol, XEN_IO_PROTO_ABI_X86_64))
1082 xenbus_dev_fatal(dev, err, "unknown fe protocol %s", protocol);
1111 pr_info("%s: using %d queues, protocol %d (%s) %s\n", dev->nodename,
1112 blkif->nr_rings, blkif->blk_protocol, protocol,