Lines Matching +defs:val +defs:opts
172 int nvmf_reg_read32(struct nvme_ctrl *ctrl, u32 off, u32 *val) in nvmf_reg_read32()
217 int nvmf_reg_read64(struct nvme_ctrl *ctrl, u32 off, u64 *val) in nvmf_reg_read64()
262 int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val) in nvmf_reg_write32()
645 struct nvmf_ctrl_options *opts) in nvmf_lookup_transport()
713 static int nvmf_parse_options(struct nvmf_ctrl_options *opts, in nvmf_parse_options()
1095 void nvmf_set_io_queues(struct nvmf_ctrl_options *opts, u32 nr_io_queues, in nvmf_set_io_queues()
1131 struct nvmf_ctrl_options *opts = ctrl->opts; in nvmf_map_queues() local
1171 static int nvmf_check_required_opts(struct nvmf_ctrl_options *opts, in nvmf_check_required_opts()
1192 struct nvmf_ctrl_options *opts) in nvmf_ip_options_match()
1234 static int nvmf_check_allowed_opts(struct nvmf_ctrl_options *opts, in nvmf_check_allowed_opts()
1254 void nvmf_free_options(struct nvmf_ctrl_options *opts) in nvmf_free_options()
1282 struct nvmf_ctrl_options *opts; in nvmf_create_ctrl() local