Lines Matching refs:nvmet_ctrl
140 static void nvmet_async_events_failall(struct nvmet_ctrl *ctrl) in nvmet_async_events_failall()
154 static void nvmet_async_events_process(struct nvmet_ctrl *ctrl) in nvmet_async_events_process()
177 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free()
191 struct nvmet_ctrl *ctrl = in nvmet_async_event_work()
192 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()
197 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event()
217 static void nvmet_add_to_changed_ns_log(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_add_to_changed_ns_log()
243 struct nvmet_ctrl *ctrl; in nvmet_ns_changed()
260 struct nvmet_ctrl *ctrl; in nvmet_send_ana_event()
309 struct nvmet_ctrl *ctrl; in nvmet_port_del_ctrls()
386 struct nvmet_ctrl *ctrl = container_of(to_delayed_work(work), in nvmet_keep_alive_timer()
387 struct nvmet_ctrl, ka_work); in nvmet_keep_alive_timer()
404 void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl) in nvmet_start_keep_alive_timer()
415 void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl) in nvmet_stop_keep_alive_timer()
504 static void nvmet_p2pmem_ns_add_p2p(struct nvmet_ctrl *ctrl, in nvmet_p2pmem_ns_add_p2p()
555 struct nvmet_ctrl *ctrl; in nvmet_ns_enable()
621 struct nvmet_ctrl *ctrl; in nvmet_ns_disable()
711 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_set_error()
766 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, in nvmet_cq_setup()
773 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup()
792 struct nvmet_ctrl *ctrl = sq->ctrl; in nvmet_sq_destroy()
1150 static void nvmet_start_ctrl(struct nvmet_ctrl *ctrl) in nvmet_start_ctrl()
1186 static void nvmet_clear_ctrl(struct nvmet_ctrl *ctrl) in nvmet_clear_ctrl()
1195 void nvmet_update_cc(struct nvmet_ctrl *ctrl, u32 new) in nvmet_update_cc()
1216 static void nvmet_init_cap(struct nvmet_ctrl *ctrl) in nvmet_init_cap()
1234 struct nvmet_ctrl *nvmet_ctrl_find_get(const char *subsysnqn, in nvmet_ctrl_find_get()
1238 struct nvmet_ctrl *ctrl = NULL; in nvmet_ctrl_find_get()
1320 static void nvmet_setup_p2p_ns_map(struct nvmet_ctrl *ctrl, in nvmet_setup_p2p_ns_map()
1338 static void nvmet_release_p2p_ns_map(struct nvmet_ctrl *ctrl) in nvmet_release_p2p_ns_map()
1351 struct nvmet_ctrl *ctrl = in nvmet_fatal_error_handler()
1352 container_of(work, struct nvmet_ctrl, fatal_err_work); in nvmet_fatal_error_handler()
1359 struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp) in nvmet_alloc_ctrl()
1362 struct nvmet_ctrl *ctrl; in nvmet_alloc_ctrl()
1477 struct nvmet_ctrl *ctrl = container_of(ref, struct nvmet_ctrl, ref); in nvmet_ctrl_free()
1502 void nvmet_ctrl_put(struct nvmet_ctrl *ctrl) in nvmet_ctrl_put()
1507 void nvmet_ctrl_fatal_error(struct nvmet_ctrl *ctrl) in nvmet_ctrl_fatal_error()
1634 struct nvmet_ctrl *ctrl; in nvmet_subsys_del_ctrls()