1
0
Fork 0

Merging upstream version 1.11.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:51:10 +01:00
parent fc25ba7fb2
commit bdf865565e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
946 changed files with 4896 additions and 1272 deletions

View file

@ -0,0 +1,36 @@
.TH "libnvme" 9 "enum nvme_mi_control_opcode" "October 2024" "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