Lines Matching defs:multipath
3117 /* Initialize with failed status. With multipath it is enough to have at least one successful
5400 /* This function supports only multipath mode. There is only a single I/O path
5761 * Hence check only the multipath capability and cntlid here.
5772 SPDK_ERRLOG("Ctrlr%u does not support multipath.\n", cdata->cntlid);
5780 NVME_CTRLR_ERRLOG(tmp, "Ctrlr%u does not support multipath.\n", cdata->cntlid);
5810 if (nctrlr->opts.multipath != nvme_ctrlr->opts.multipath) {
5812 * way, either for multipath or failover. If the configuration doesn't
6018 opts->multipath = true;
6783 if (nvme_bdev_ctrlr_get_by_name(base_name) == NULL || ctx->bdev_opts.multipath) {
6790 if (nvme_ctrlr && nvme_ctrlr->opts.multipath != ctx->bdev_opts.multipath) {
6792 * way, either for multipath or failover. If the configuration doesn't
7574 /* All controllers must be configured explicitely either for multipath or failover.
7575 * While discovery use multipath mode, we need to set this in bdev options as well.
7577 ctx->bdev_opts.multipath = true;
9012 if (nvme_ctrlr->opts.multipath) {
9013 spdk_json_write_named_string(w, "multipath", "multipath");