• Home
  • Raw
  • Download

Lines Matching defs:ctrl

62 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl)  in nvmet_async_events_free()
81 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() local
106 static void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event()
197 struct nvmet_ctrl *ctrl = container_of(to_delayed_work(work), in nvmet_keep_alive_timer() local
206 static void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl) in nvmet_start_keep_alive_timer()
215 static void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl) in nvmet_stop_keep_alive_timer()
222 static struct nvmet_ns *__nvmet_find_namespace(struct nvmet_ctrl *ctrl, in __nvmet_find_namespace()
235 struct nvmet_ns *nvmet_find_namespace(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_find_namespace()
263 struct nvmet_ctrl *ctrl; in nvmet_ns_enable() local
326 struct nvmet_ctrl *ctrl; in nvmet_ns_disable() local
407 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, in nvmet_cq_setup()
416 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup()
564 static void nvmet_start_ctrl(struct nvmet_ctrl *ctrl) in nvmet_start_ctrl()
580 static void nvmet_clear_ctrl(struct nvmet_ctrl *ctrl) in nvmet_clear_ctrl()
589 void nvmet_update_cc(struct nvmet_ctrl *ctrl, u32 new) in nvmet_update_cc()
610 static void nvmet_init_cap(struct nvmet_ctrl *ctrl) in nvmet_init_cap()
624 struct nvmet_ctrl *ctrl; in nvmet_ctrl_find_get() local
705 struct nvmet_ctrl *ctrl; in nvmet_alloc_ctrl() local
819 struct nvmet_ctrl *ctrl = container_of(ref, struct nvmet_ctrl, ref); in nvmet_ctrl_free() local
839 void nvmet_ctrl_put(struct nvmet_ctrl *ctrl) in nvmet_ctrl_put()
846 struct nvmet_ctrl *ctrl = in nvmet_fatal_error_handler() local
853 void nvmet_ctrl_fatal_error(struct nvmet_ctrl *ctrl) in nvmet_ctrl_fatal_error()