Lines Matching refs:cap
540 ctrlr->vcprop.cap.raw = 0;
541 ctrlr->vcprop.cap.bits.cqr = 1; /* NVMe-oF specification required */
542 ctrlr->vcprop.cap.bits.mqes = transport->opts.max_queue_depth -
544 ctrlr->vcprop.cap.bits.ams = 0; /* optional arb mechanisms */
546 ctrlr->vcprop.cap.bits.to = NVMF_CTRLR_RESET_SHN_TIMEOUT_IN_MS / 500;
547 ctrlr->vcprop.cap.bits.dstrd = 0; /* fixed to 0 for NVMe-oF */
550 ctrlr->vcprop.cap.bits.css =
553 ctrlr->vcprop.cap.bits.css = SPDK_NVME_CAP_CSS_NVM; /* NVM command set */
556 ctrlr->vcprop.cap.bits.mpsmin = 0; /* 2 ^ (12 + mpsmin) == 4k */
557 ctrlr->vcprop.cap.bits.mpsmax = 0; /* 2 ^ (12 + mpsmax) == 4k */
574 SPDK_DEBUGLOG(nvmf, "cap 0x%" PRIx64 "\n", ctrlr->vcprop.cap.raw);
1214 return ctrlr->vcprop.cap.raw;
1452 PROP(cap, 8, nvmf_prop_get_cap, NULL, NULL),
3142 (2 + ctrlr->vcprop.cap.bits.mpsmin));
3167 (12 + ctrlr->vcprop.cap.bits.mpsmin));