summaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h
diff options
context:
space:
mode:
authorArnav Dawn <a.dawn@samsung.com>2017-05-12 11:12:03 -0400
committerChristoph Hellwig <hch@lst.de>2017-06-13 05:45:34 -0400
commitb85cf7348ab50e2042b732e19031b1d22eedc741 (patch)
tree4ebbaf584d17b6244ce98db583e075f7d1aea383 /include/linux/nvme.h
parent39673e1995381b09a63cc7e9d0aea7cf871cb359 (diff)
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 {
673 union nvme_data_ptr dptr; 673 union nvme_data_ptr dptr;
674 __le32 fid; 674 __le32 fid;
675 __le32 dword11; 675 __le32 dword11;
676 __u32 rsvd12[4]; 676 __le32 dword12;
677 __le32 dword13;
678 __le32 dword14;
679 __le32 dword15;
677}; 680};
678 681
679struct nvme_host_mem_buf_desc { 682struct nvme_host_mem_buf_desc {