Merging upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
22fcbdb0c8
commit
35c8bfce7f
1041 changed files with 6076 additions and 1170 deletions
20
doc/man/nvme_mi_aem_handler_next_action.2
Normal file
20
doc/man/nvme_mi_aem_handler_next_action.2
Normal file
|
@ -0,0 +1,20 @@
|
|||
.TH "libnvme" 9 "enum nvme_mi_aem_handler_next_action" "May 2025" "API Manual" LINUX
|
||||
.SH NAME
|
||||
enum nvme_mi_aem_handler_next_action \- Next action for the AEM state machine handler
|
||||
.SH SYNOPSIS
|
||||
enum nvme_mi_aem_handler_next_action {
|
||||
.br
|
||||
.BI " NVME_MI_AEM_HNA_ACK"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_MI_AEM_HNA_NONE"
|
||||
|
||||
};
|
||||
.SH Constants
|
||||
.IP "NVME_MI_AEM_HNA_ACK" 12
|
||||
Send an ack for the AEM
|
||||
.IP "NVME_MI_AEM_HNA_NONE" 12
|
||||
No further action
|
||||
.SH "Description"
|
||||
Used as return value for the AE callback generated when calling nvme_mi_aem_process
|
Loading…
Add table
Add a link
Reference in a new issue