summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_mi_read_sc_list.2
blob: 3d8421940bc0b7c150cbdabf7f0ac485c27f5987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH "libnvme" 9 "struct nvme_mi_read_sc_list" "February 2024" "API Manual" LINUX
.SH NAME
struct nvme_mi_read_sc_list \- Management Endpoint Buffer Supported Command List Data Structure
.SH SYNOPSIS
struct nvme_mi_read_sc_list {
.br
.BI "    __le16 numcmd;"
.br
.BI "    struct nvme_mi_osc cmds[];"
.br
.BI "
};
.br

.SH Members
.IP "numcmd" 12
Number of Commands
.IP "cmds" 12
MEB supported Command Data Structure.
See \fIstruct\fP nvme_mi_osc