1
0
Fork 0

Adding upstream version 1.11.

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

View file

@ -2423,6 +2423,27 @@ The nvme command status if a response was received (see
:c:type:`enum nvme_status_field <nvme_status_field>`) or -1 with errno set otherwise.
.. c:function:: int nvme_get_log_lockdown (int fd, __u8 cnscp, struct nvme_lockdown_log *lockdown_log)
Retrieve lockdown Log
**Parameters**
``int fd``
File descriptor of nvme device
``__u8 cnscp``
Contents and Scope of Command and Feature Identifier Lists
``struct nvme_lockdown_log *lockdown_log``
Buffer to store the lockdown log
**Return**
The nvme command status if a response was received (see
:c:type:`enum nvme_status_field <nvme_status_field>`) or -1 with errno set otherwise.
.. c:function:: int nvme_set_features (struct nvme_set_features_args *args)
Set a feature attribute