We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff6aa21 + fc274c5 commit ccd50bdCopy full SHA for ccd50bd
1 file changed
src/nvme/types.h
@@ -5729,12 +5729,12 @@ enum nvme_status_field {
5729
/*
5730
* Status Code Type indicators
5731
*/
5732
- NVME_SCT_GENERIC = 0x000,
5733
- NVME_SCT_CMD_SPECIFIC = 0x100,
5734
- NVME_SCT_MEDIA = 0x200,
5735
- NVME_SCT_PATH = 0x300,
5736
- NVME_SCT_VS = 0x700,
5737
- NVME_SCT_MASK = 0x700,
+ NVME_SCT_GENERIC = 0x0,
+ NVME_SCT_CMD_SPECIFIC = 0x1,
+ NVME_SCT_MEDIA = 0x2,
+ NVME_SCT_PATH = 0x3,
+ NVME_SCT_VS = 0x7,
+ NVME_SCT_MASK = 0x7,
5738
5739
5740
* Status Code inidicators
0 commit comments