Lines Matching refs:supported
999 if (ctrlr->cdata.apsta.supported) {
1344 NVME_CTRLR_INFOLOG(ctrlr, "Drive reports no command sets supported. Assuming NVM is supported.\n");
1364 /* Invalid supported bits detected, falling back to NVM. */
1369 /* Verify that the selected command set is supported by the controller. */
1371 NVME_CTRLR_DEBUGLOG(ctrlr, "Requested I/O command set %u but supported mask is 0x%x\n",
1373 NVME_CTRLR_DEBUGLOG(ctrlr, "Falling back to NVM. Assuming NVM is supported.\n");
1494 return "set supported log pages";
1496 return "set supported INTEL log pages";
1498 return "wait for supported INTEL log pages";
1500 return "set supported features";
1984 NVME_CTRLR_WARNLOG(ctrlr, "subsystem reset is not supported\n");
2104 if (ctrlr->cdata.sgls.supported && !(ctrlr->quirks & NVME_QUIRK_NOT_USE_SGL)) {
2105 assert(ctrlr->cdata.sgls.supported != 0x3);
2107 if (ctrlr->cdata.sgls.supported == 0x2) {
2241 * each I/O Command Set supported by SPDK.
2243 * If an I/O Command Set is not supported by the controller, "Invalid Field in Command"
2247 * I/O Command Sets not supported by SPDK will be skipped (e.g. Key Value Command Set).
2707 /* loop until we find a ns which has (supported) iocs specific data */
2712 /* no namespace with (supported) iocs specific data found */
2834 /* Multi IOCS not supported/enabled, move on to the next state */
2911 /* NS ID Desc List not supported, move on to the next state */
3037 NVME_CTRLR_DEBUGLOG(ctrlr, "Keep alive timeout Get Feature is not supported\n");