NVMe: Correct the Controller Configuration settings
[firefly-linux-kernel-4.4.55.git] / include / linux / nvme.h
index 347ad5f9a721d08b397ee43d600a0059a55e06ab..9d6febb9152198ca220c2790a0fa4a4583072b63 100644 (file)
@@ -41,10 +41,12 @@ enum {
        NVME_CC_MPS_SHIFT       = 7,
        NVME_CC_ARB_RR          = 0 << 11,
        NVME_CC_ARB_WRRU        = 1 << 11,
-       NVME_CC_ARB_VS          = 3 << 11,
-       NVME_CC_SHN_NONE        = 0 << 13,
-       NVME_CC_SHN_NORMAL      = 1 << 13,
-       NVME_CC_SHN_ABRUPT      = 2 << 13,
+       NVME_CC_ARB_VS          = 7 << 11,
+       NVME_CC_SHN_NONE        = 0 << 14,
+       NVME_CC_SHN_NORMAL      = 1 << 14,
+       NVME_CC_SHN_ABRUPT      = 2 << 14,
+       NVME_CC_IOSQES          = 6 << 16,
+       NVME_CC_IOCQES          = 4 << 20,
        NVME_CSTS_RDY           = 1 << 0,
        NVME_CSTS_CFS           = 1 << 1,
        NVME_CSTS_SHST_NORMAL   = 0 << 2,