1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_get_discovery_args - Arguments for nvmf_get_discovā
7 ery_wargs()
8
10 struct nvme_get_discovery_args {
11 nvme_ctrl_t c;
12 int args_size;
13 int max_retries;
14 __u32 *result;
15 __u32 timeout;
16 __u8 lsp;
17 };
18
19
21 c Discovery controller
22
23 args_size Length of the structure
24
25 max_retries Number of retries in case of failure
26
27 result The command completion result from CQE dword0
28
29 timeout Timeout in ms (default: NVME_DEFAULT_IOCTL_TIMEOUT)
30
31 lsp Log specific field (See enum nvmf_log_discovery_lsp)
32
33
34
35October 2023 struct nvme_get_discovery_args libnvme(9)