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_msg_resp - Generic response type.

Description

Every response will start with one of these; command-specific responses will define parts of the reserved data, and may add further fields. August 2025 struct nvme_mi_msg_resp libnvme(2)

Members

hdr the general request/response message header status response status value (see enumnvme_mi_resp_status) rsvd0 reserved data, may be defined by specific response

Name

struct nvme_mi_msg_resp - Generic response type.

Synopsis

struct nvme_mi_msg_resp { structnvme_mi_msg_hdrhdr;__u8status;__u8rsvd0[3]; };

See Also