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

Commit 435e8090 authored by Guan Junxiong's avatar Guan Junxiong Committed by Christoph Hellwig
Browse files

nvme: add fields into identify controller data structure



Add the new to NVMe 1.3 fields EDSTT, DSTO, FWUG, HCTMA, MNTMT, MXTMT,
and SANICAP into the idenfity controller data structure.

Signed-off-by: default avatarGuan Junxiong <guanjunxiong@huawei.com>
Reviewed-by: default avatarSagi Grimberg <sagi@grimberg.me>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 1b633277
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -209,9 +209,15 @@ struct nvme_id_ctrl {
	__u8			tnvmcap[16];
	__u8			unvmcap[16];
	__le32			rpmbs;
	__u8			rsvd316[4];
	__le16			edstt;
	__u8			dsto;
	__u8			fwug;
	__le16			kas;
	__u8			rsvd322[190];
	__le16			hctma;
	__le16			mntmt;
	__le16			mxtmt;
	__le32			sanicap;
	__u8			rsvd332[180];
	__u8			sqes;
	__u8			cqes;
	__le16			maxcmd;