File: nvme_id_ctrl_sgls.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 (46 lines) | stat: -rw-r--r-- 896 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
.TH "libnvme" 9 "enum nvme_id_ctrl_sgls" "April 2025" "API Manual" LINUX
.SH NAME
enum nvme_id_ctrl_sgls \- This field indicates if SGLs are supported for the NVM Command Set and the particular SGL types supported.
.SH SYNOPSIS
enum nvme_id_ctrl_sgls {
.br
.BI "    NVME_CTRL_SGLS_SUPPORTED"
, 
.br
.br
.BI "    NVME_CTRL_SGLS_KEYED"
, 
.br
.br
.BI "    NVME_CTRL_SGLS_BIT_BUCKET"
, 
.br
.br
.BI "    NVME_CTRL_SGLS_MPTR_BYTE_ALIGNED"
, 
.br
.br
.BI "    NVME_CTRL_SGLS_OVERSIZE"
, 
.br
.br
.BI "    NVME_CTRL_SGLS_MPTR_SGL"
, 
.br
.br
.BI "    NVME_CTRL_SGLS_OFFSET"
, 
.br
.br
.BI "    NVME_CTRL_SGLS_TPORT"

};
.SH Constants
.IP "NVME_CTRL_SGLS_SUPPORTED" 12
.IP "NVME_CTRL_SGLS_KEYED" 12
.IP "NVME_CTRL_SGLS_BIT_BUCKET" 12
.IP "NVME_CTRL_SGLS_MPTR_BYTE_ALIGNED" 12
.IP "NVME_CTRL_SGLS_OVERSIZE" 12
.IP "NVME_CTRL_SGLS_MPTR_SGL" 12
.IP "NVME_CTRL_SGLS_OFFSET" 12
.IP "NVME_CTRL_SGLS_TPORT" 12