table of contents
other versions
- Tumbleweed 1.15-2.1
- Leap-16.0
- Leap-15.6
| libnvme(9) | API Manual | libnvme(9) |
NAME¶
struct nvme_mi_msg_resp - Generic response type.
SYNOPSIS¶
struct nvme_mi_msg_resp {
struct nvme_mi_msg_hdr hdr;
__u8 status;
__u8 rsvd0[3];
};
Members¶
Description¶
Every response will start with one of these; command-specific responses will define parts of the reserved data, and may add further fields.
| struct nvme_mi_msg_resp | July 2025 |