Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dfabrics.c1076 unsigned int required_opts) in nvmf_check_required_opts() argument
1078 if ((opts->mask & required_opts) != required_opts) { in nvmf_check_required_opts()
1082 if ((opt_tokens[i].token & required_opts) && in nvmf_check_required_opts()
1225 ret = nvmf_check_required_opts(opts, ops->required_opts); in nvmf_create_ctrl()
1229 ops->allowed_opts | ops->required_opts); in nvmf_create_ctrl()
H A Dfabrics.h162 int required_opts; member
H A Drdma.c2318 .required_opts = NVMF_OPT_TRADDR,
H A Dtcp.c2627 .required_opts = NVMF_OPT_TRADDR,
H A Dfc.c3734 .required_opts = NVMF_OPT_TRADDR | NVMF_OPT_HOST_TRADDR,