Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b85cf734 authored by Arnav Dawn's avatar Arnav Dawn Committed by Christoph Hellwig
Browse files

nvme.h: add dword 12 - 15 fields to struct nvme_features



Signed-off-by: default avatarArnav Dawn <a.dawn@samsung.com>
[hch: split from a larger patch, new changelog]
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarKeith Busch <keith.busch@intel.com>
Reviewed-by: default avatarSagi Grimberg <sagi@grimberg.me>
Reviewed-by: default avatarJohannes Thumshirn <jthumshirn@suse.de>
parent 39673e19
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 {