Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_registered_ctrl - Registered Controller Data Structure

SYNOPSIS

struct nvme_registered_ctrl {
__le16 cntlid;
__u8 rcsts;
__u8 rsvd3[5];
__le64 hostid;
__le64 rkey;
};

Members

Controller ID
Reservation Status
Reserved
Host Identifier
Reservation Key
struct nvme_registered_ctrl February 2024