aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h
diff options
context:
space:
mode:
authorArnav Dawn <a.dawn@samsung.com>2017-05-12 17:12:03 +0200
committerChristoph Hellwig <hch@lst.de>2017-06-13 11:45:34 +0200
commitb85cf7348ab50e2042b732e19031b1d22eedc741 (patch)
tree4ebbaf584d17b6244ce98db583e075f7d1aea383 /include/linux/nvme.h
parentnvme.h: add struct nvme_host_mem_buf_desc and HMB flags (diff)
downloadlinux-dev-b85cf7348ab50e2042b732e19031b1d22eedc741.tar.xz
linux-dev-b85cf7348ab50e2042b732e19031b1d22eedc741.zip
nvme.h: add dword 12 - 15 fields to struct nvme_features
Signed-off-by: Arnav Dawn <a.dawn@samsung.com> [hch: split from a larger patch, new changelog] Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <keith.busch@intel.com> 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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 180a2fdbcaef..51ca4771be2c 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -673,7 +673,10 @@ struct nvme_features {
union nvme_data_ptr dptr;
__le32 fid;
__le32 dword11;
- __u32 rsvd12[4];
+ __le32 dword12;
+ __le32 dword13;
+ __le32 dword14;
+ __le32 dword15;
};
struct nvme_host_mem_buf_desc {