Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dfabrics.c911 unsigned int required_opts) in nvmf_check_required_opts() argument
913 if ((opts->mask & required_opts) != required_opts) { in nvmf_check_required_opts()
917 if ((opt_tokens[i].token & required_opts) && in nvmf_check_required_opts()
1042 ret = nvmf_check_required_opts(opts, ops->required_opts); in nvmf_create_ctrl()
1046 ops->allowed_opts | ops->required_opts); in nvmf_create_ctrl()
H A Dfabrics.h145 int required_opts; member
H A Drdma.c2427 .required_opts = NVMF_OPT_TRADDR,
H A Dtcp.c2623 .required_opts = NVMF_OPT_TRADDR,
H A Dfc.c3733 .required_opts = NVMF_OPT_TRADDR | NVMF_OPT_HOST_TRADDR,