| /linux-6.15/drivers/nvme/target/ |
| H A D | nvmet.h | 149 struct nvmet_ctrl *ctrl; 247 struct nvmet_ctrl { struct 416 void (*delete_ctrl)(struct nvmet_ctrl *ctrl); 419 ssize_t (*host_traddr)(struct nvmet_ctrl *ctrl, 423 u8 (*get_mdts)(const struct nvmet_ctrl *ctrl); 429 u16 (*delete_sq)(struct nvmet_ctrl *ctrl, u16 sqid); 432 u16 (*delete_cq)(struct nvmet_ctrl *ctrl, u16 cqid); 609 void nvmet_ctrl_put(struct nvmet_ctrl *ctrl); 888 void nvmet_destroy_auth(struct nvmet_ctrl *ctrl); 932 int nvmet_ctrl_init_pr(struct nvmet_ctrl *ctrl); [all …]
|
| H A D | debugfs.c | 41 struct nvmet_ctrl *ctrl = m->private; in nvmet_ctrl_hostnqn_show() 50 struct nvmet_ctrl *ctrl = m->private; in nvmet_ctrl_kato_show() 59 struct nvmet_ctrl *ctrl = m->private; in nvmet_ctrl_port_show() 77 struct nvmet_ctrl *ctrl = m->private; in nvmet_ctrl_state_show() 103 struct nvmet_ctrl *ctrl = m->private; in nvmet_ctrl_state_write() 120 struct nvmet_ctrl *ctrl = m->private; in nvmet_ctrl_host_traddr_show() 138 struct nvmet_ctrl *ctrl = m->private; in nvmet_ctrl_tls_key_show() 148 struct nvmet_ctrl *ctrl = m->private; in nvmet_ctrl_tls_concat_show() 156 int nvmet_debugfs_ctrl_setup(struct nvmet_ctrl *ctrl) in nvmet_debugfs_ctrl_setup() 190 void nvmet_debugfs_ctrl_free(struct nvmet_ctrl *ctrl) in nvmet_debugfs_ctrl_free()
|
| H A D | debugfs.h | 15 int nvmet_debugfs_ctrl_setup(struct nvmet_ctrl *ctrl); 16 void nvmet_debugfs_ctrl_free(struct nvmet_ctrl *ctrl); 27 static inline int nvmet_debugfs_ctrl_setup(struct nvmet_ctrl *ctrl) in nvmet_debugfs_ctrl_setup() 31 static inline void nvmet_debugfs_ctrl_free(struct nvmet_ctrl *ctrl) {} in nvmet_debugfs_ctrl_free()
|
| H A D | core.c | 192 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() 244 struct nvmet_ctrl *ctrl; in nvmet_ns_changed() 261 struct nvmet_ctrl *ctrl; in nvmet_send_ana_event() 310 struct nvmet_ctrl *ctrl; in nvmet_port_del_ctrls() 403 struct nvmet_ctrl, ka_work); in nvmet_keep_alive_timer() 577 struct nvmet_ctrl *ctrl; in nvmet_ns_enable() 636 struct nvmet_ctrl *ctrl; in nvmet_ns_disable() 1537 struct nvmet_ctrl *ctrl = in nvmet_fatal_error_handler() 1547 struct nvmet_ctrl *ctrl; in nvmet_alloc_ctrl() 1693 struct nvmet_ctrl *ctrl = container_of(ref, struct nvmet_ctrl, ref); in nvmet_ctrl_free() [all …]
|
| H A D | admin-cmd.c | 17 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_delete_sq() 43 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_create_sq() 90 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_delete_cq() 116 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_create_cq() 186 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_page_error() 274 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all() 417 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_cmd_effects_ns() 455 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns() 480 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group() 660 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl() [all …]
|
| H A D | fabrics-cmd.c | 40 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_prop_get() 172 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue() 177 struct nvmet_ctrl *old; in nvmet_install_queue() 237 static u32 nvmet_connect_result(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq) in nvmet_connect_result() 263 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_admin_connect() 332 struct nvmet_ctrl *ctrl; in nvmet_execute_io_connect()
|
| H A D | discovery.c | 16 struct nvmet_ctrl *ctrl) in __nvmet_disc_changed() 31 struct nvmet_ctrl *ctrl; in nvmet_port_disc_changed() 54 struct nvmet_ctrl *ctrl; in __nvmet_subsys_disc_changed() 146 struct nvmet_ctrl *ctrl = req->sq->ctrl; in discovery_log_entries() 164 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_disc_get_log_page() 253 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_disc_identify()
|
| H A D | pr.c | 42 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_set_feat_resv_notif_mask() 160 struct nvmet_ctrl *ctrl; in nvmet_pr_resv_released() 184 struct nvmet_ctrl *ctrl; in nvmet_pr_send_event_to_host() 227 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_pr_register() 294 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_pr_unregister() 356 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_pr_replace() 536 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_pr_preempt() 652 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_pr_acquire() 765 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_pr_release() 936 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_pr_check_cmd_access() [all …]
|
| H A D | auth.c | 74 int nvmet_setup_dhgroup(struct nvmet_ctrl *ctrl, u8 dhgroup_id) in nvmet_setup_dhgroup() 143 u8 nvmet_setup_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq) in nvmet_setup_auth() 253 void nvmet_destroy_auth(struct nvmet_ctrl *ctrl) in nvmet_destroy_auth() 294 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_host_hash() 408 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_ctrl_hash() 517 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_ctrl_exponential() 540 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_ctrl_sesskey()
|
| H A D | fabrics-cmd-auth.c | 36 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_negotiate() 138 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_reply() 235 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_auth_send() 409 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_challenge() 449 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_success1() 492 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_auth_receive()
|
| H A D | passthru.c | 23 void nvmet_passthrough_override_cap(struct nvmet_ctrl *ctrl) in nvmet_passthrough_override_cap() 35 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_passthru_override_id_descs() 82 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_passthru_override_id_ctrl()
|
| H A D | pci-epf.c | 161 struct nvmet_ctrl *tctrl; 1254 static u8 nvmet_pci_epf_get_mdts(const struct nvmet_ctrl *tctrl) in nvmet_pci_epf_get_mdts() 1262 static u16 nvmet_pci_epf_create_cq(struct nvmet_ctrl *tctrl, in nvmet_pci_epf_create_cq() 1344 static u16 nvmet_pci_epf_delete_cq(struct nvmet_ctrl *tctrl, u16 cqid) in nvmet_pci_epf_delete_cq() 1361 static u16 nvmet_pci_epf_create_sq(struct nvmet_ctrl *tctrl, in nvmet_pci_epf_create_sq() 1412 static u16 nvmet_pci_epf_delete_sq(struct nvmet_ctrl *tctrl, u16 sqid) in nvmet_pci_epf_delete_sq() 1431 static u16 nvmet_pci_epf_get_feat(const struct nvmet_ctrl *tctrl, in nvmet_pci_epf_get_feat() 1474 static u16 nvmet_pci_epf_set_feat(const struct nvmet_ctrl *tctrl, in nvmet_pci_epf_set_feat() 1823 struct nvmet_ctrl *tctrl = ctrl->tctrl; in nvmet_pci_epf_clear_ctrl_config() 1979 struct nvmet_ctrl *tctrl = ctrl->tctrl; in nvmet_pci_epf_init_bar()
|
| H A D | trace.h | 137 TP_PROTO(struct nvmet_ctrl *ctrl, __le32 result),
|
| H A D | loop.c | 65 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *ctrl); 428 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *nctrl) in nvme_loop_delete_ctrl()
|
| H A D | rdma.c | 1818 static void nvmet_rdma_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_rdma_delete_ctrl() 2014 static ssize_t nvmet_rdma_host_port_addr(struct nvmet_ctrl *ctrl, in nvmet_rdma_host_port_addr() 2025 static u8 nvmet_rdma_get_mdts(const struct nvmet_ctrl *ctrl) in nvmet_rdma_get_mdts() 2032 static u16 nvmet_rdma_get_max_queue_size(const struct nvmet_ctrl *ctrl) in nvmet_rdma_get_max_queue_size()
|
| H A D | zns.c | 72 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl_zns()
|
| H A D | tcp.c | 2152 static void nvmet_tcp_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_tcp_delete_ctrl() 2208 static ssize_t nvmet_tcp_host_port_addr(struct nvmet_ctrl *ctrl, in nvmet_tcp_host_port_addr()
|
| H A D | fc.c | 1543 nvmet_fc_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_fc_delete_ctrl() 2904 nvmet_fc_host_traddr(struct nvmet_ctrl *ctrl, in nvmet_fc_host_traddr()
|
| H A D | configfs.c | 1649 struct nvmet_ctrl *ctrl; in nvmet_subsys_attr_qid_max_store()
|