File: nvme_mi_admin_resp_hdr.2

package info (click to toggle)
libnvme 1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,336 kB
  • sloc: ansic: 30,501; perl: 1,834; sh: 436; python: 190; cpp: 64; makefile: 54
file content (34 lines) | stat: -rw-r--r-- 773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH "libnvme" 9 "struct nvme_mi_admin_resp_hdr" "April 2025" "API Manual" LINUX
.SH NAME
struct nvme_mi_admin_resp_hdr \- Admin command response header.
.SH SYNOPSIS
struct nvme_mi_admin_resp_hdr {
.br
.BI "    struct nvme_mi_msg_hdr hdr;"
.br
.BI "    __u8 status;"
.br
.BI "    __u8 rsvd0[3];"
.br
.BI "    __le32 cdw0, cdw1, cdw3;"
.br
.BI "
};
.br

.SH Members
.IP "hdr" 12
Generic MI message header
.IP "status" 12
Generic response code, non-zero on failure
.IP "rsvd0" 12
Reserved
.IP "cdw0" 12
Completion Queue Entry doubleword 0
.IP "cdw1" 12
Completion Queue Entry doubleword 1
.IP "cdw3" 12
Completion Queue Entry doubleword 3
.SH "Description"
This is the generic response format with the three doublewords of completion
queue data, plus optional response data.