summaryrefslogtreecommitdiffstats
path: root/doc/man/nbft_ssns_ext_info.2
blob: 465f4d7e5e2aa52b8a5f0ee7bb84ffb983f0a7d7 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.TH "libnvme" 9 "struct nbft_ssns_ext_info" "February 2024" "API Manual" LINUX
.SH NAME
struct nbft_ssns_ext_info \- Subsystem and Namespace Extended Information Descriptor (Figure 19)
.SH SYNOPSIS
struct nbft_ssns_ext_info {
.br
.BI "    __u8 structure_id;"
.br
.BI "    __u8 version;"
.br
.BI "    __le16 ssns_index;"
.br
.BI "    __le32 flags;"
.br
.BI "    __le16 cntlid;"
.br
.BI "    __le16 asqsz;"
.br
.BI "    struct nbft_heap_obj dhcp_root_path_str_obj;"
.br
.BI "
};
.br

.SH Members
.IP "structure_id" 12
Structure ID: This field shall be set to 9h
(i.e., SSNS Extended Info; #NBFT_DESC_SSNS_EXT_INFO).
.IP "version" 12
Version: This field shall be set to 1h.
.IP "ssns_index" 12
SSNS Descriptor Index: This field indicates the value
of the SSNS Descriptor Index field of the Subsystem
and Namespace Descriptor (see \fIstruct nbft_ssns\fP) whose
SSNS Extended Information Descriptor Heap Object
Reference field indicates this descriptor.
.IP "flags" 12
Flags, see \fIenum nbft_ssns_ext_info_flags\fP.
.IP "cntlid" 12
Controller ID: The controller identifier of the first
controller associated with the Admin Queue by the driver.
If a controller identifier is not administratively
specified or direct configuration is not supported
by the driver, then this field shall be cleared to 0h.
.IP "asqsz" 12
Admin Submission Queue Size (ASQSZ): The Admin Submission
Queue Size utilized for the respective SSNS by the driver.
.IP "dhcp_root_path_str_obj" 12
DHCP Root Path String Heap Object Reference: If the
SSNS DHCP Root Path Override (#NBFT_SSNS_DHCP_ROOT_PATH_OVERRIDE)
flag bit is set to 1h, then this field indicates
the offset in bytes of a heap object containing
an DHCP Root Path String used by the driver. If the
SNSS DHCP Root Path Override flag bit is cleared to 0h,
then this field is reserved.