Searched refs:nvmet_ctrl (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/nvme/target/ |
H A D | nvmet.h | 149 struct nvmet_ctrl *ctrl; 244 struct nvmet_ctrl { struct 405 void (*delete_ctrl)(struct nvmet_ctrl *ctrl); 408 ssize_t (*host_traddr)(struct nvmet_ctrl *ctrl, 412 u8 (*get_mdts)(const struct nvmet_ctrl *ctrl); 413 u16 (*get_max_queue_size)(const struct nvmet_ctrl *ctrl); 507 static inline bool nvmet_aen_bit_disabled(struct nvmet_ctrl *ctrl, u32 bn) in nvmet_aen_bit_disabled() 519 void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl); 520 void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl); 545 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, u16 qid, [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() 135 int nvmet_debugfs_ctrl_setup(struct nvmet_ctrl *ctrl) in nvmet_debugfs_ctrl_setup() 163 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 | 141 static void nvmet_async_events_failall(struct nvmet_ctrl *ctrl) in nvmet_async_events_failall() 155 static void nvmet_async_events_process(struct nvmet_ctrl *ctrl) in nvmet_async_events_process() 178 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free() 192 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() 193 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work() 198 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event() 218 static void nvmet_add_to_changed_ns_log(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_add_to_changed_ns_log() 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() [all …]
|
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() 250 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() 132 static void nvmet_pr_add_resv_log(struct nvmet_ctrl *ctrl, u8 log_type, in nvmet_pr_add_resv_log() 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() [all …]
|
H A D | auth.c | 73 int nvmet_setup_dhgroup(struct nvmet_ctrl *ctrl, u8 dhgroup_id) in nvmet_setup_dhgroup() 142 u8 nvmet_setup_auth(struct nvmet_ctrl *ctrl) in nvmet_setup_auth() 244 void nvmet_destroy_auth(struct nvmet_ctrl *ctrl) in nvmet_destroy_auth() 279 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_host_hash() 393 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_ctrl_hash() 502 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_ctrl_exponential() 525 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() 114 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_reply() 184 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_auth_send() 356 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_challenge() 396 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_success1() 434 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_auth_receive()
|
H A D | admin-cmd.c | 50 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_page_error() 138 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all() 303 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns() 328 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group() 508 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl() 763 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_endgrp_list() 795 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_nslist() 1259 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_async_event() 1278 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_keep_alive()
|
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 | 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 | 1805 static void nvmet_rdma_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_rdma_delete_ctrl() 2001 static ssize_t nvmet_rdma_host_port_addr(struct nvmet_ctrl *ctrl, in nvmet_rdma_host_port_addr() 2012 static u8 nvmet_rdma_get_mdts(const struct nvmet_ctrl *ctrl) in nvmet_rdma_get_mdts() 2019 static u16 nvmet_rdma_get_max_queue_size(const struct nvmet_ctrl *ctrl) in nvmet_rdma_get_max_queue_size()
|
H A D | tcp.c | 2116 static void nvmet_tcp_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_tcp_delete_ctrl() 2172 static ssize_t nvmet_tcp_host_port_addr(struct nvmet_ctrl *ctrl, in nvmet_tcp_host_port_addr()
|
H A D | fc.c | 1582 nvmet_fc_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_fc_delete_ctrl() 2938 nvmet_fc_host_traddr(struct nvmet_ctrl *ctrl, in nvmet_fc_host_traddr()
|
H A D | configfs.c | 1604 struct nvmet_ctrl *ctrl; in nvmet_subsys_attr_qid_max_store()
|