Skip to content

Commit f1ddb96

Browse files
sc108-leeigaw
authored andcommitted
types: Add id-ctrl CTRATT.RHII enum
Reservations and Host Identifier Interaction (RHII): This bit indicates the reservations and Host Identifier interaction support for the controller. Signed-off-by: Steven Seungcheol Lee <[email protected]>
1 parent 1144da5 commit f1ddb96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/nvme/types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,7 @@ enum nvme_id_ctrl_oaes {
17111711
* @NVME_CTRL_CTRATT_ELBAS: Extended LBA Formats supported
17121712
* @NVME_CTRL_CTRATT_MEM: MDTS and Size Limits Exclude Metadata supported
17131713
* @NVME_CTRL_CTRATT_HMBR: HMB Restrict Non-Operational Power State Access
1714+
* @NVME_CTRL_CTRATT_RHII: Reservations and Host Identifier Interaction
17141715
* @NVME_CTRL_CTRATT_FDPS: Flexible Data Placement supported
17151716
*/
17161717
enum nvme_id_ctrl_ctratt {
@@ -1732,6 +1733,7 @@ enum nvme_id_ctrl_ctratt {
17321733
NVME_CTRL_CTRATT_ELBAS = 1 << 15,
17331734
NVME_CTRL_CTRATT_MEM = 1 << 16,
17341735
NVME_CTRL_CTRATT_HMBR = 1 << 17,
1736+
NVME_CTRL_CTRATT_RHII = 1 << 18,
17351737
NVME_CTRL_CTRATT_FDPS = 1 << 19,
17361738
};
17371739

0 commit comments

Comments
 (0)