libnvme(2) | API Manual | libnvme(2) |
struct nvme_mi_msg_hdr - General MI message header.
struct nvme_mi_msg_hdr {
__u8 type;
__u8 nmp;
__u8 meb;
__u8 rsvd0;
};
Wire format shared by both request and response messages, per NVMe-MI section 3.1. This is used for all message types, MI and Admin.
struct nvme_mi_msg_hdr | January 2023 |