File: nvme_perf_attr_id_list.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 (36 lines) | stat: -rw-r--r-- 754 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
35
36
.TH "libnvme" 9 "struct nvme_perf_attr_id_list" "April 2025" "API Manual" LINUX
.SH NAME
struct nvme_perf_attr_id_list \- Performance attribute identifier list structure
.SH SYNOPSIS
struct nvme_perf_attr_id_list {
.br
.BI "    __u8 attrtyp;"
.br
.BI "    __u8 msvspa;"
.br
.BI "    __u8 usvspa;"
.br
.BI "    __u8 rsvd3[13];"
.br
.BI "    struct nvme_perf_attr_id id_list[63];"
.br
.BI "    __u8 rsvd1024[3072];"
.br
.BI "
};
.br

.SH Members
.IP "attrtyp" 12
Bits 7-3: Reserved
Bits 2-0: Attribute type
.IP "msvspa" 12
Maximum saveable vendor specific performance attributes
.IP "usvspa" 12
Unused saveable vendor specific performance attributes
.IP "rsvd3" 12
Reserved
.IP "id_list" 12
Performance attribute identifier list
.IP "rsvd1024" 12
Reserved