logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

struct nvme_get_discovery_args - Arguments for nvmf_get_discovery_wargs()

Members

c Discovery controller args_size Length of the structure max_retries Number of retries in case of failure result The command completion result from CQE dword0 timeout Timeout in ms (default: NVME_DEFAULT_IOCTL_TIMEOUT) lsp Log specific field (See enum nvmf_log_discovery_lsp) August 2025 struct nvme_get_discovery_args libnvme(2)

Name

struct nvme_get_discovery_args - Arguments for nvmf_get_discovery_wargs()

Synopsis

struct nvme_get_discovery_args { nvme_ctrl_tc;intargs_size;intmax_retries;__u32*result;__u32timeout;__u8lsp; };

See Also