Skip to content

Commit fc274c5

Browse files
author
Arunpandian J
committed
types: status code type value update as per NVMe specification
Signed-off-by: Arunpandian J <[email protected]>
1 parent 16abb44 commit fc274c5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/nvme/types.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5729,12 +5729,12 @@ enum nvme_status_field {
57295729
/*
57305730
* Status Code Type indicators
57315731
*/
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,
5732+
NVME_SCT_GENERIC = 0x0,
5733+
NVME_SCT_CMD_SPECIFIC = 0x1,
5734+
NVME_SCT_MEDIA = 0x2,
5735+
NVME_SCT_PATH = 0x3,
5736+
NVME_SCT_VS = 0x7,
5737+
NVME_SCT_MASK = 0x7,
57385738

57395739
/*
57405740
* Status Code inidicators

0 commit comments

Comments
 (0)