|
@@ -446,6 +446,11 @@ enum {
|
|
NVME_AER_NOTICE_FW_ACT_STARTING = 0x01,
|
|
NVME_AER_NOTICE_FW_ACT_STARTING = 0x01,
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+enum {
|
|
|
|
+ NVME_AEN_CFG_NS_ATTR = 1 << 8,
|
|
|
|
+ NVME_AEN_CFG_FW_ACT = 1 << 9,
|
|
|
|
+};
|
|
|
|
+
|
|
struct nvme_lba_range_type {
|
|
struct nvme_lba_range_type {
|
|
__u8 type;
|
|
__u8 type;
|
|
__u8 attributes;
|
|
__u8 attributes;
|