Merging upstream version 1.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e9fe8c0d9d
commit
f7fc7fc747
1001 changed files with 1634 additions and 1045 deletions
|
@ -2287,6 +2287,34 @@ Sets the managing application string for **s**.
|
|||
IO policy used by current subsystem
|
||||
|
||||
|
||||
.. c:function:: const char * nvme_subsystem_get_model (nvme_subsystem_t s)
|
||||
|
||||
Return the model of subsystem
|
||||
|
||||
**Parameters**
|
||||
|
||||
``nvme_subsystem_t s``
|
||||
nvme_subsystem_t object
|
||||
|
||||
**Return**
|
||||
|
||||
Model of the current subsystem
|
||||
|
||||
|
||||
.. c:function:: const char * nvme_subsystem_get_fw_rev (nvme_subsystem_t s)
|
||||
|
||||
Return the firmware rev of subsystem
|
||||
|
||||
**Parameters**
|
||||
|
||||
``nvme_subsystem_t s``
|
||||
nvme_subsystem_t object
|
||||
|
||||
**Return**
|
||||
|
||||
Firmware revision of the current subsystem
|
||||
|
||||
|
||||
.. c:function:: int nvme_scan_topology (nvme_root_t r, nvme_scan_filter_t f, void *f_args)
|
||||
|
||||
Scan NVMe topology and apply filter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue