Lines Matching defs:sct
976 spdk_bdev_io_complete_nvme_status(bdev_io, cpl->cdw0, cpl->status.sct, cpl->status.sc);
1388 uint16_t sct, sc;
1398 sct = cpl->status.sct;
1403 nbdev->err_stat->status_type[sct]++;
1404 switch (sct) {
1409 nbdev->err_stat->status[sct][sc]++;
4215 uint16_t sct, sc;
4226 for (sct = 0; sct < 8; sct++) {
4227 if (nbdev->err_stat->status_type[sct] == 0) {
4230 status.sct = sct;
4236 spdk_json_write_named_uint32(w, status_json, nbdev->err_stat->status_type[sct]);
4241 for (sct = 0; sct < 4; sct++) {
4242 status.sct = sct;
4244 if (nbdev->err_stat->status[sct][sc] == 0) {
4253 spdk_json_write_named_uint32(w, status_json, nbdev->err_stat->status[sct][sc]);
4730 NVME_CTRLR_WARNLOG(nvme_ctrlr, "Abort failed. Resetting controller. sc is %u, sct is %u.\n",
4731 cpl->status.sc, cpl->status.sct);
7898 SPDK_ERRLOG("readv completed with PI error (sct=%d, sc=%d)\n",
7899 cpl->status.sct, cpl->status.sc);
7927 SPDK_ERRLOG("writev completed with PI error (sct=%d, sc=%d)\n",
7928 cpl->status.sct, cpl->status.sc);
7948 SPDK_ERRLOG("zone append completed with PI error (sct=%d, sc=%d)\n",
7949 cpl->status.sct, cpl->status.sc);
7963 SPDK_ERRLOG("comparev completed with PI error (sct=%d, sc=%d)\n",
7964 cpl->status.sct, cpl->status.sc);