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

NAME

6       struct nvme_mi_admin_resp_hdr - Admin command response header.
7

SYNOPSIS

9       struct nvme_mi_admin_resp_hdr {
10           struct nvme_mi_msg_hdr hdr;
11           __u8 status;
12           __u8 rsvd0[3];
13           __le32 cdw0, cdw1, cdw3;
14        };
15
16

Members

18       hdr         Generic MI message header
19
20       status      Generic response code, non-zero on failure
21
22       rsvd0       Reserved
23
24       cdw0        Completion Queue Entry doubleword 0
25
26       cdw1        Completion Queue Entry doubleword 1
27
28       cdw3        Completion Queue Entry doubleword 3
29

Description

31       This  is the generic response format with the three doublewords of com‐
32       pletion queue data, plus optional response data.
33
34
35
36November 2022            struct nvme_mi_admin_resp_hdr              libnvme(9)
Impressum