logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

struct nvme_mi_mi_req_hdr - MI request message header.

Description

Wire format for MI request message headers, defined in section 5 of NVMe-MI. August 2025 struct nvme_mi_mi_req_hdr libnvme(2)

Members

hdr generic MI message header opcode opcode (OPC) for the specific MI command rsvd0 reserved bytes cdw0 Management Request Doubleword 0 - command specific usage cdw1 Management Request Doubleword 1 - command specific usage

Name

struct nvme_mi_mi_req_hdr - MI request message header.

Synopsis

struct nvme_mi_mi_req_hdr { structnvme_mi_msg_hdrhdr;__u8opcode;__u8rsvd0[3];__le32cdw0,cdw1; };

See Also