Searched refs:nvmf_ctrl_options (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/drivers/nvme/host/ |
D | fabrics.h | 113 struct nvmf_ctrl_options { struct 172 struct nvmf_ctrl_options *opts); 177 struct nvmf_ctrl_options *opts) in nvmf_ctlr_matches_baseopts() 206 static inline unsigned int nvmf_nr_io_queues(struct nvmf_ctrl_options *opts) in nvmf_nr_io_queues() 220 void nvmf_free_options(struct nvmf_ctrl_options *opts); 224 struct nvmf_ctrl_options *opts); 225 void nvmf_set_io_queues(struct nvmf_ctrl_options *opts, u32 nr_io_queues,
|
D | sysfs.c | 292 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_loss_tmo_show() 304 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_loss_tmo_store() 362 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_fast_io_fail_tmo_store() 417 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_dhchap_secret_show() 428 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_dhchap_secret_store() 475 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_dhchap_ctrl_secret_show() 486 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_dhchap_ctrl_secret_store()
|
D | fabrics.c | 611 struct nvmf_ctrl_options *opts) in nvmf_lookup_transport() 653 static int nvmf_parse_options(struct nvmf_ctrl_options *opts, in nvmf_parse_options() 997 void nvmf_set_io_queues(struct nvmf_ctrl_options *opts, u32 nr_io_queues, in nvmf_set_io_queues() 1033 struct nvmf_ctrl_options *opts = ctrl->opts; in nvmf_map_queues() 1073 static int nvmf_check_required_opts(struct nvmf_ctrl_options *opts, in nvmf_check_required_opts() 1094 struct nvmf_ctrl_options *opts) in nvmf_ip_options_match() 1136 static int nvmf_check_allowed_opts(struct nvmf_ctrl_options *opts, in nvmf_check_allowed_opts() 1156 void nvmf_free_options(struct nvmf_ctrl_options *opts) in nvmf_free_options() 1182 struct nvmf_ctrl_options *opts; in nvmf_create_ctrl()
|
D | fc.c | 2909 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_fc_create_io_queues() 2962 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_fc_recreate_io_queues() 3073 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_fc_create_association() 3445 struct nvmf_ctrl_options *opts) in nvme_fc_existing_controller() 3463 nvme_fc_init_ctrl(struct device *dev, struct nvmf_ctrl_options *opts, in nvme_fc_init_ctrl() 3697 nvme_fc_create_ctrl(struct device *dev, struct nvmf_ctrl_options *opts) in nvme_fc_create_ctrl()
|
D | rdma.c | 718 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_rdma_alloc_io_queues() 2198 nvme_rdma_existing_controller(struct nvmf_ctrl_options *opts) in nvme_rdma_existing_controller() 2215 struct nvmf_ctrl_options *opts) in nvme_rdma_create_ctrl()
|
D | tcp.c | 2016 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_tcp_setup_ctrl() 2493 nvme_tcp_existing_controller(struct nvmf_ctrl_options *opts) in nvme_tcp_existing_controller() 2510 struct nvmf_ctrl_options *opts) in nvme_tcp_create_ctrl()
|
D | nvme.h | 378 struct nvmf_ctrl_options *opts;
|
D | core.c | 3986 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_class_uevent()
|
/Linux-v6.6/drivers/nvme/target/ |
D | loop.c | 304 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_loop_init_io_queues() 534 struct nvmf_ctrl_options *opts) in nvme_loop_create_ctrl()
|