[PATCH 2/4] nvme.h: add dword 12 - 15 fields to struct nvme_features
Christoph Hellwig
hch at lst.de
Thu Jun 1 04:27:27 PDT 2017
From: Arnav Dawn <a.dawn at samsung.com>
Signed-off-by: Arnav Dawn <a.dawn at samsung.com>
[hch: split from a larger patch, new changelog]
Signed-off-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Sagi Grimberg <sagi at grimberg.me>
---
include/linux/nvme.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 9fd77fde4ae0..beaefe822104 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -672,7 +672,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 {
--
2.11.0
More information about the Linux-nvme
mailing list