summaryrefslogtreecommitdiffstats
path: root/doc/rst/util.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:16:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:16:55 +0000
commitfbe661f56f8f51c8bda7b3ced1ec41af509e61ff (patch)
treeac8ac7d3960922094733bac6d9a5300da7171c56 /doc/rst/util.rst
parentAdding upstream version 1.2. (diff)
downloadlibnvme-fbe661f56f8f51c8bda7b3ced1ec41af509e61ff.tar.xz
libnvme-fbe661f56f8f51c8bda7b3ced1ec41af509e61ff.zip
Adding upstream version 1.3.upstream/1.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/rst/util.rst')
-rw-r--r--doc/rst/util.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/rst/util.rst b/doc/rst/util.rst
index 87ea945..4b85492 100644
--- a/doc/rst/util.rst
+++ b/doc/rst/util.rst
@@ -64,6 +64,9 @@ libnvme utility functions
``ENVME_CONNECT_OPNOTSUPP``
not supported
+``ENVME_CONNECT_CONNREFUSED``
+ connection refused
+
.. c:function:: __u8 nvme_status_to_errno (int status, bool fabrics)
@@ -433,7 +436,7 @@ usage: int x = round_up(13, sizeof(__u32)); // 13 -> 16
**Parameters**
``size_t val_len``
- Value lenght
+ Value length
**Description**
@@ -443,7 +446,7 @@ __u32), of the buffer needed to hold the exat value of size
**Return**
-Lenght rounded up by 4
+Length rounded up by 4
.. c:function:: __u16 nvmf_exat_size (size_t val_len)