blob: 8d47c5d12df85e7e186907cb489d350d08d7245d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.TH "libnvme" 9 "struct nvme_mi_osc" "February 2024" "API Manual" LINUX
.SH NAME
struct nvme_mi_osc \- Optionally Supported Command Data Structure
.SH SYNOPSIS
struct nvme_mi_osc {
.br
.BI " __u8 type;"
.br
.BI " __u8 opc;"
.br
.BI "
};
.br
.SH Members
.IP "type" 12
Command Type
.IP "opc" 12
Opcode
|