aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nvme.h')
-rw-r--r--include/linux/nvme.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 347ad5f9a721..9d6febb91521 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -41,10 +41,12 @@ enum {
41 NVME_CC_MPS_SHIFT = 7, 41 NVME_CC_MPS_SHIFT = 7,
42 NVME_CC_ARB_RR = 0 << 11, 42 NVME_CC_ARB_RR = 0 << 11,
43 NVME_CC_ARB_WRRU = 1 << 11, 43 NVME_CC_ARB_WRRU = 1 << 11,
44 NVME_CC_ARB_VS = 3 << 11, 44 NVME_CC_ARB_VS = 7 << 11,
45 NVME_CC_SHN_NONE = 0 << 13, 45 NVME_CC_SHN_NONE = 0 << 14,
46 NVME_CC_SHN_NORMAL = 1 << 13, 46 NVME_CC_SHN_NORMAL = 1 << 14,
47 NVME_CC_SHN_ABRUPT = 2 << 13, 47 NVME_CC_SHN_ABRUPT = 2 << 14,
48 NVME_CC_IOSQES = 6 << 16,
49 NVME_CC_IOCQES = 4 << 20,
48 NVME_CSTS_RDY = 1 << 0, 50 NVME_CSTS_RDY = 1 << 0,
49 NVME_CSTS_CFS = 1 << 1, 51 NVME_CSTS_CFS = 1 << 1,
50 NVME_CSTS_SHST_NORMAL = 0 << 2, 52 NVME_CSTS_SHST_NORMAL = 0 << 2,