Lines Matching defs:sct
75 int sc = 0, sct = 0;
84 spdk_bdev_io_get_nvme_fused_status(bdev_io, &cdw0, &first_sct, &first_sc, &sct, &sc);
87 first_response->status.sct = first_sct;
94 spdk_bdev_io_get_nvme_status(bdev_io, &cdw0, &sct, &sc);
99 response->status.sct = sct;
378 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
386 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
400 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
431 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
439 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
453 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
477 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
485 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
497 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
523 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
531 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
539 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
552 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
576 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
583 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
590 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
602 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
622 response->status.sct = SPDK_NVME_SCT_GENERIC;
656 int sc, sct;
661 if (response->status.sct == SPDK_NVME_SCT_GENERIC &&
663 spdk_bdev_io_get_nvme_status(bdev_io, &cdw0, &sct, &sc);
666 response->status.sct = sct;
725 response->status.sct = SPDK_NVME_SCT_GENERIC;
743 response->status.sct = SPDK_NVME_SCT_GENERIC;
787 response->status.sct = SPDK_NVME_SCT_GENERIC;
817 response->status.sct = SPDK_NVME_SCT_GENERIC;
827 response->status.sct = SPDK_NVME_SCT_COMMAND_SPECIFIC;
833 response->status.sct = SPDK_NVME_SCT_GENERIC;
849 response->status.sct = SPDK_NVME_SCT_GENERIC;
871 req->rsp->nvme_cpl.status.sct = SPDK_NVME_SCT_GENERIC;
888 req->rsp->nvme_cpl.status.sct = SPDK_NVME_SCT_GENERIC;
903 req->rsp->nvme_cpl.status.sct = SPDK_NVME_SCT_GENERIC;
996 int sc = 0, sct = 0;
999 spdk_bdev_io_get_nvme_status(bdev_io, &cdw0, &sct, &sc);
1003 response->status.sct = sct;
1042 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
1050 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
1064 rsp->status.sct = SPDK_NVME_SCT_GENERIC;
1079 int sc = 0, sct = 0;
1082 spdk_bdev_io_get_nvme_status(bdev_io, &cdw0, &sct, &sc);
1086 response->status.sct = sct;