Lines Matching refs:sct
55 nvme_sctostr_gen_gen(uint32_t sct) in nvme_sctostr_gen_gen() argument
57 switch (sct) { in nvme_sctostr_gen_gen()
154 nvme_sctostr_gen_csi(nvme_csi_t csi, uint32_t sct) in nvme_sctostr_gen_csi() argument
159 switch (sct) { in nvme_sctostr_gen_csi()
173 switch (sct) { in nvme_sctostr_gen_csi()
183 switch (sct) { in nvme_sctostr_gen_csi()
206 nvme_sctostr_cmd_gen(uint32_t sct) in nvme_sctostr_cmd_gen() argument
208 switch (sct) { in nvme_sctostr_cmd_gen()
351 nvme_sctostr_cmd_csi(nvme_csi_t csi, uint32_t sct) in nvme_sctostr_cmd_csi() argument
353 switch (sct) { in nvme_sctostr_cmd_csi()
433 nvme_sctostr_media(nvme_csi_t csi, uint32_t sct) in nvme_sctostr_media() argument
435 if (sct >= NVME_CQE_SC_VEND_MIN) { in nvme_sctostr_media()
443 switch (sct) { in nvme_sctostr_media()
470 switch (sct) { in nvme_sctostr_media()
481 nvme_sctostr_path(uint32_t sct) in nvme_sctostr_path() argument
483 switch (sct) { in nvme_sctostr_path()
504 nvme_sctostr(nvme_ctrl_t *ctrl __unused, nvme_csi_t csi, uint32_t sct, in nvme_sctostr() argument
507 switch (sct) { in nvme_sctostr()
821 nvme_ctrl_deverr(nvme_ctrl_t *ctrl, uint32_t *sct, uint32_t *sc) in nvme_ctrl_deverr() argument
823 if (sct != NULL) { in nvme_ctrl_deverr()
824 *sct = ctrl->nc_err.ne_ctrl_sct; in nvme_ctrl_deverr()
1206 const char *sct, *sc; in nvme_ioctl_error() local
1210 sct = nvme_scttostr(ctrl, ioc->nioc_ctrl_sct); in nvme_ioctl_error()
1215 "sct/sc %s/%s (0x%x/0x%x)", desc, sct, sc, in nvme_ioctl_error()