Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dfabrics.c1200 unsigned int required_opts) in nvmf_check_required_opts() argument
1202 if ((opts->mask & required_opts) != required_opts) { in nvmf_check_required_opts()
1206 if ((opt_tokens[i].token & required_opts) && in nvmf_check_required_opts()
1351 ret = nvmf_check_required_opts(opts, ops->required_opts); in nvmf_create_ctrl()
1355 ops->allowed_opts | ops->required_opts); in nvmf_create_ctrl()
H A Dtcp.c3016 .required_opts = NVMF_OPT_TRADDR,
H A Dfc.c3730 .required_opts = NVMF_OPT_TRADDR | NVMF_OPT_HOST_TRADDR,