Skip to content

Commit

Permalink
types: add new fields added in TP4142
Browse files Browse the repository at this point in the history
Add the new field added in TP4142

Signed-off-by: Francis Pravin <[email protected]>
  • Loading branch information
francispravin5 authored and igaw committed Aug 8, 2024
1 parent ab008d4 commit 9bee8e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/nvme/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,8 @@ struct nvme_id_psd {
* @rsvd358: Reserved
* @megcap: Max Endurance Group Capacity indicates the maximum capacity
* of a single Endurance Group.
* @rsvd384: Reserved
* @tmpthha: Temperature Threshold Hysteresis Attributes
* @rsvd385: Reserved
* @sqes: Submission Queue Entry Size, see &enum nvme_id_ctrl_sqes.
* @cqes: Completion Queue Entry Size, see &enum nvme_id_ctrl_cqes.
* @maxcmd: Maximum Outstanding Commands indicates the maximum number of
Expand Down Expand Up @@ -1426,7 +1427,8 @@ struct nvme_id_ctrl {
__le16 domainid;
__u8 rsvd358[10];
__u8 megcap[16];
__u8 rsvd384[128];
__u8 tmpthha;
__u8 rsvd385[127];
__u8 sqes;
__u8 cqes;
__le16 maxcmd;
Expand Down

0 comments on commit 9bee8e1

Please sign in to comment.