diff options
author | Hannes Reinecke <hare@suse.com> | 2018-05-25 17:34:00 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-06-01 14:37:35 +0200 |
commit | aafd3afe9d2e731f50477cd1b4db7efa86d2637a (patch) | |
tree | ac28f9d33f8b6dc019516be9e06dbc605ac8890a /include/linux/nvme.h | |
parent | b3984e064ec15aa349a635affd70d16eedbb539b (diff) | |
download | blackbird-op-linux-aafd3afe9d2e731f50477cd1b4db7efa86d2637a.tar.gz blackbird-op-linux-aafd3afe9d2e731f50477cd1b4db7efa86d2637a.zip |
nvme.h: add AEN configuration symbols
Signed-off-by: Hannes Reinecke <hare@suse.com>
[hch: split from a larger patch]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Diffstat (limited to 'include/linux/nvme.h')
-rw-r--r-- | include/linux/nvme.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 7ce0f3cf4409..2950ce957656 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -446,6 +446,11 @@ enum { 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 { __u8 type; __u8 attributes; |