1libnvme(9)                        API Manual                        libnvme(9)
2
3
4

NAME

6       struct nvme_mi_msg_resp - Generic response type.
7

SYNOPSIS

9       struct nvme_mi_msg_resp {
10           struct nvme_mi_msg_hdr hdr;
11           __u8 status;
12           __u8 rsvd0[3];
13        };
14
15

Members

17       hdr         the general request/response message header
18
19       status      response status value (see enum nvme_mi_resp_status)
20
21       rsvd0       reserved data, may be defined by specific response
22

Description

24       Every response will start with one of these; command-specific responses
25       will define parts of the reserved data, and may add further fields.
26
27
28
29November 2022               struct nvme_mi_msg_resp                 libnvme(9)
Impressum