struct nvme_mi_admin_resp_hdr - Admin command response header.
Contents
Description
This is the generic response format with the three doublewords of completion queue data, plus optional
response data.
August 2025 struct nvme_mi_admin_resp_hdr libnvme(2)
Members
hdr Generic MI message header
status Generic response code, non-zero on failure
rsvd0 Reserved
cdw0 Completion Queue Entry doubleword 0
cdw1 Completion Queue Entry doubleword 1
cdw3 Completion Queue Entry doubleword 3
Name
struct nvme_mi_admin_resp_hdr - Admin command response header.
Synopsis
struct nvme_mi_admin_resp_hdr {
structnvme_mi_msg_hdrhdr;__u8status;__u8rsvd0[3];__le32cdw0,cdw1,cdw3;
};
