Home
last modified time | relevance | path

Searched refs:required_opts (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/nvme/host/
Dfabrics.c849 unsigned int required_opts) in nvmf_check_required_opts() argument
851 if ((opts->mask & required_opts) != required_opts) { in nvmf_check_required_opts()
855 if ((opt_tokens[i].token & required_opts) && in nvmf_check_required_opts()
949 ret = nvmf_check_required_opts(opts, ops->required_opts); in nvmf_create_ctrl()
953 ops->allowed_opts | ops->required_opts); in nvmf_create_ctrl()
Dfabrics.h135 int required_opts; member
Drdma.c2024 .required_opts = NVMF_OPT_TRADDR,
Dfc.c3252 .required_opts = NVMF_OPT_TRADDR | NVMF_OPT_HOST_TRADDR,