Lines Matching defs:sct
1765 * @sct: the NVMe CQE status code type
1769 uint32_t cdw0, uint16_t sqid, uint16_t cid, uint16_t sc, uint16_t sct)
1818 cpl_status.sct = sct;
2036 struct spdk_nvme_cmd *cmd, uint16_t *sct)
2052 *sct = SPDK_NVME_SCT_GENERIC;
2059 *sct = SPDK_NVME_SCT_COMMAND_SPECIFIC;
2066 *sct = SPDK_NVME_SCT_COMMAND_SPECIFIC;
2072 *sct = SPDK_NVME_SCT_GENERIC;
2088 *sct = SPDK_NVME_SCT_GENERIC;
2099 *sct = SPDK_NVME_SCT_GENERIC;
2129 *sct = SPDK_NVME_SCT_GENERIC;
2147 *sct = SPDK_NVME_SCT_GENERIC;
2153 struct spdk_nvme_cmd *cmd, uint16_t *sct)
2166 *sct = SPDK_NVME_SCT_GENERIC;
2173 *sct = SPDK_NVME_SCT_GENERIC;
2179 *sct = SPDK_NVME_SCT_COMMAND_SPECIFIC;
2194 *sct = SPDK_NVME_SCT_GENERIC;
2220 *sct = SPDK_NVME_SCT_GENERIC;
2233 uint16_t sct = SPDK_NVME_SCT_GENERIC;
2245 sct = SPDK_NVME_SCT_COMMAND_SPECIFIC;
2253 sct = SPDK_NVME_SCT_COMMAND_SPECIFIC;
2261 sct = SPDK_NVME_SCT_COMMAND_SPECIFIC;
2267 sc = handle_create_io_cq(ctrlr, cmd, &sct);
2269 sc = handle_create_io_sq(ctrlr, cmd, &sct);
2271 if (sct == SPDK_NVME_SCT_GENERIC &&
2279 return post_completion(ctrlr, ctrlr->cqs[0], 0, 0, cmd->cid, sc, sct);
2319 uint16_t sct = SPDK_NVME_SCT_GENERIC;
2331 sct = SPDK_NVME_SCT_COMMAND_SPECIFIC;
2340 sct = SPDK_NVME_SCT_COMMAND_SPECIFIC;
2354 sct = SPDK_NVME_SCT_GENERIC;
2369 return post_completion(ctrlr, ctrlr->cqs[0], 0, 0, cmd->cid, sc, sct);
2382 uint16_t sct = SPDK_NVME_SCT_GENERIC;
2489 return post_completion(ctrlr, ctrlr->cqs[0], 0, 0, cmd->cid, sc, sct);
2552 vu_req->req.rsp->nvme_cpl.status.sct);
4993 cpl_ctx->cpl.cid, cpl_ctx->cpl.status.sc, cpl_ctx->cpl.status.sct);
5159 SPDK_ERRLOG("SC %u, SCT %u\n", req->req.rsp->nvme_cpl.status.sc, req->req.rsp->nvme_cpl.status.sct);
5201 cpl_ctx->cpl.status.sct = SPDK_NVME_SCT_GENERIC;
5639 req->rsp->nvme_cpl.status.sct = SPDK_NVME_SCT_GENERIC;