File: nvme_lm_queue_attributes.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 (84 lines) | stat: -rw-r--r-- 1,884 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.TH "libnvme" 9 "enum nvme_lm_queue_attributes" "April 2025" "API Manual" LINUX
.SH NAME
enum nvme_lm_queue_attributes \- I/O Submission and I/O Completion Queue Attributes
.SH SYNOPSIS
enum nvme_lm_queue_attributes {
.br
.BI "    NVME_LM_IOSQPC_MASK"
, 
.br
.br
.BI "    NVME_LM_IOSQPC_SHIFT"
, 
.br
.br
.BI "    NVME_LM_IOSQPRIO_MASK"
, 
.br
.br
.BI "    NVME_LM_IOSQPRIO_SHIFT"
, 
.br
.br
.BI "    NVME_LM_IOCQPC_MASK"
, 
.br
.br
.BI "    NVME_LM_IOCQPC_SHIFT"
, 
.br
.br
.BI "    NVME_LM_IOCQIEN_MASK"
, 
.br
.br
.BI "    NVME_LM_IOCQIEN_SHIFT"
, 
.br
.br
.BI "    NVME_LM_S0PT_MASK"
, 
.br
.br
.BI "    NVME_LM_S0PT_SHIFT"
, 
.br
.br
.BI "    NVME_LM_IOCQIV_MASK"
, 
.br
.br
.BI "    NVME_LM_IOCQIV_SHIFT"

};
.SH Constants
.IP "NVME_LM_IOSQPC_MASK" 12
Mask to get the Physically Contiguous (PC) bit for this I/O
submission queue.
.IP "NVME_LM_IOSQPC_SHIFT" 12
Shift to get the PC bit for this I/O submission queue
.IP "NVME_LM_IOSQPRIO_MASK" 12
Mask to get the Priority for this I/O submission queue.
.IP "NVME_LM_IOSQPRIO_SHIFT" 12
Shift to get the Priority for this I/O submission queue.
.IP "NVME_LM_IOCQPC_MASK" 12
Mask to get the Physicaly Contiguous (PC) bit for this I/O
completion queue.
.IP "NVME_LM_IOCQPC_SHIFT" 12
Shift to get the PC bit for this I/O completion queue.
.IP "NVME_LM_IOCQIEN_MASK" 12
Mask to get the Interrupts Enabled bit for this I/O completion
queue
.IP "NVME_LM_IOCQIEN_SHIFT" 12
Shift to get the Interrupts Enabled bit for this I/O completion
.IP "NVME_LM_S0PT_MASK" 12
Mask to get the value of the Phase Tag bit for Slot 0 of this I/O
completion queue.
.IP "NVME_LM_S0PT_SHIFT" 12
Shift to get the value of the Phase Tag bit for Slot 0 of this I/O
completion queue.
.IP "NVME_LM_IOCQIV_MASK" 12
Mask to get the Interrupt Vector (IV) for this I/O completion
queue.
.IP "NVME_LM_IOCQIV_SHIFT" 12
Shift to get the IV for this I/O completion queue.