Searched refs:nvmf_ctrl_options (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fabrics.h | 69 * struct nvmf_ctrl_options - Used to hold the options specified 106 struct nvmf_ctrl_options { struct 165 struct nvmf_ctrl_options *opts); 170 struct nvmf_ctrl_options *opts) in nvmf_ctlr_matches_baseopts() 199 static inline unsigned int nvmf_nr_io_queues(struct nvmf_ctrl_options *opts) in nvmf_nr_io_queues() 213 void nvmf_free_options(struct nvmf_ctrl_options *opts); 217 struct nvmf_ctrl_options *opts); 218 void nvmf_set_io_queues(struct nvmf_ctrl_options *opts, u32 nr_io_queues,
|
H A 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()
|
H A D | fabrics.c | 611 struct nvmf_ctrl_options *opts) in nvmf_lookup_transport() 655 static int nvmf_parse_options(struct nvmf_ctrl_options *opts, in nvmf_parse_options() 999 void nvmf_set_io_queues(struct nvmf_ctrl_options *opts, u32 nr_io_queues, in nvmf_set_io_queues() 1035 struct nvmf_ctrl_options *opts = ctrl->opts; in nvmf_map_queues() 1075 static int nvmf_check_required_opts(struct nvmf_ctrl_options *opts, in nvmf_check_required_opts() 1096 struct nvmf_ctrl_options *opts) in nvmf_ip_options_match() 1138 static int nvmf_check_allowed_opts(struct nvmf_ctrl_options *opts, in nvmf_check_allowed_opts() 1158 void nvmf_free_options(struct nvmf_ctrl_options *opts) in nvmf_free_options() 1184 struct nvmf_ctrl_options *opts; in nvmf_create_ctrl()
|
H A D | fc.c | 2895 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_fc_create_io_queues() 2948 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_fc_recreate_io_queues() 3059 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_fc_create_association() 3427 struct nvmf_ctrl_options *opts) in nvme_fc_existing_controller() 3445 nvme_fc_init_ctrl(struct device *dev, struct nvmf_ctrl_options *opts, in nvme_fc_init_ctrl() 3679 nvme_fc_create_ctrl(struct device *dev, struct nvmf_ctrl_options *opts) in nvme_fc_create_ctrl()
|
H A D | tcp.c | 2017 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_tcp_setup_ctrl() 2500 nvme_tcp_existing_controller(struct nvmf_ctrl_options *opts) in nvme_tcp_existing_controller() 2517 struct nvmf_ctrl_options *opts) in nvme_tcp_create_ctrl()
|
H A D | rdma.c | 718 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_rdma_alloc_io_queues() 2203 nvme_rdma_existing_controller(struct nvmf_ctrl_options *opts) in nvme_rdma_existing_controller() 2220 struct nvmf_ctrl_options *opts) in nvme_rdma_create_ctrl()
|
H A D | nvme.h | 384 struct nvmf_ctrl_options *opts;
|
H A D | core.c | 4016 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_class_uevent()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | fabrics.h | 62 * struct nvmf_ctrl_options - Used to hold the options specified 93 struct nvmf_ctrl_options { struct 148 struct nvmf_ctrl_options *opts); 153 struct nvmf_ctrl_options *opts) in nvmf_ctlr_matches_baseopts() 173 void nvmf_free_options(struct nvmf_ctrl_options *opts); 181 struct nvmf_ctrl_options *opts);
|
H A D | fabrics.c | 529 struct nvmf_ctrl_options *opts) in nvmf_lookup_transport() 626 static int nvmf_parse_options(struct nvmf_ctrl_options *opts, in nvmf_parse_options() 910 static int nvmf_check_required_opts(struct nvmf_ctrl_options *opts, in nvmf_check_required_opts() 931 struct nvmf_ctrl_options *opts) in nvmf_ip_options_match() 960 static int nvmf_check_allowed_opts(struct nvmf_ctrl_options *opts, in nvmf_check_allowed_opts() 980 void nvmf_free_options(struct nvmf_ctrl_options *opts) in nvmf_free_options() 1001 struct nvmf_ctrl_options *opts; in nvmf_create_ctrl()
|
H A D | tcp.c | 1769 struct nvmf_ctrl_options *opts = nctrl->opts; in nvme_tcp_set_io_queues() 2029 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_tcp_setup_ctrl() 2419 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_tcp_map_queues() 2513 nvme_tcp_existing_controller(struct nvmf_ctrl_options *opts) in nvme_tcp_existing_controller() 2530 struct nvmf_ctrl_options *opts) in nvme_tcp_create_ctrl()
|
H A D | fc.c | 2858 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_fc_create_io_queues() 2931 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_fc_recreate_io_queues() 3044 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_fc_create_association() 3397 struct nvmf_ctrl_options *opts) in nvme_fc_existing_controller() 3415 nvme_fc_init_ctrl(struct device *dev, struct nvmf_ctrl_options *opts, in nvme_fc_init_ctrl() 3678 nvme_fc_create_ctrl(struct device *dev, struct nvmf_ctrl_options *opts) in nvme_fc_create_ctrl()
|
H A D | rdma.c | 724 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_rdma_alloc_io_queues() 2185 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_rdma_map_queues() 2316 nvme_rdma_existing_controller(struct nvmf_ctrl_options *opts) in nvme_rdma_existing_controller() 2333 struct nvmf_ctrl_options *opts) in nvme_rdma_create_ctrl()
|
H A D | nvme.h | 351 struct nvmf_ctrl_options *opts;
|
H A D | core.c | 3628 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_loss_tmo_show() 3640 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_ctrl_loss_tmo_store() 4285 struct nvmf_ctrl_options *opts = ctrl->opts; in nvme_class_uevent()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | loop.c | 306 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_loop_init_io_queues() 583 struct nvmf_ctrl_options *opts) in nvme_loop_create_ctrl()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A 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()
|
Completed in 43 milliseconds