blob: f1ff4d5986d7661fa25e58ab2b15a98a60f764e7 (
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_zns_id_ctrl" "August 2024" "API Manual" LINUX
.SH NAME
struct nvme_zns_id_ctrl \- I/O Command Set Specific Identify Controller Data Structure for the Zoned Namespace Command Set
.SH SYNOPSIS
struct nvme_zns_id_ctrl {
.br
.BI " __u8 zasl;"
.br
.BI " __u8 rsvd1[4095];"
.br
.BI "
};
.br
.SH Members
.IP "zasl" 12
Zone Append Size Limit
.IP "rsvd1" 12
Reserved
|