File: nvme_mi_control_opcode.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-- 843 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 "enum nvme_mi_control_opcode" "April 2025" "API Manual" LINUX
.SH NAME
enum nvme_mi_control_opcode \- Operation code for Control Primitives.
.SH SYNOPSIS
enum nvme_mi_control_opcode {
.br
.BI "    nvme_mi_control_opcode_pause"
, 
.br
.br
.BI "    nvme_mi_control_opcode_resume"
, 
.br
.br
.BI "    nvme_mi_control_opcode_abort"
, 
.br
.br
.BI "    nvme_mi_control_opcode_get_state"
, 
.br
.br
.BI "    nvme_mi_control_opcode_replay"

};
.SH Constants
.IP "nvme_mi_control_opcode_pause" 12
Suspend response transmission/timeout
.IP "nvme_mi_control_opcode_resume" 12
Resume from a paused condition
.IP "nvme_mi_control_opcode_abort" 12
Re-initialize a Command Slot to the Idle state
.IP "nvme_mi_control_opcode_get_state" 12
Get the state of a Command Slot
.IP "nvme_mi_control_opcode_replay" 12
Retransmit the Response Message