Searched refs:nvmet_ctrl (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/nvme/target/ |
D | core.c | 88 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free() 107 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() 108 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work() 132 static void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event() 152 static bool nvmet_aen_disabled(struct nvmet_ctrl *ctrl, u32 aen) in nvmet_aen_disabled() 159 static void nvmet_add_to_changed_ns_log(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_add_to_changed_ns_log() 185 struct nvmet_ctrl *ctrl; in nvmet_ns_changed() 200 struct nvmet_ctrl *ctrl; in nvmet_send_ana_event() 299 struct nvmet_ctrl *ctrl = container_of(to_delayed_work(work), in nvmet_keep_alive_timer() 300 struct nvmet_ctrl, ka_work); in nvmet_keep_alive_timer() [all …]
|
D | nvmet.h | 93 struct nvmet_ctrl *ctrl; 152 struct nvmet_ctrl { struct 261 void (*delete_ctrl)(struct nvmet_ctrl *ctrl); 340 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, u16 qid, 342 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid, 347 void nvmet_ctrl_fatal_error(struct nvmet_ctrl *ctrl); 349 void nvmet_update_cc(struct nvmet_ctrl *ctrl, u32 new); 351 struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp); 353 struct nvmet_req *req, struct nvmet_ctrl **ret); 354 void nvmet_ctrl_put(struct nvmet_ctrl *ctrl); [all …]
|
D | fabrics-cmd.c | 42 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_prop_get() 98 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue() 103 struct nvmet_ctrl *old; in nvmet_install_queue() 125 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_admin_connect() 182 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_io_connect()
|
D | admin-cmd.c | 91 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all() 176 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns() 201 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group() 268 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl() 455 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_nslist() 727 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_async_event() 743 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_keep_alive()
|
D | discovery.c | 87 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_disc_log_page() 149 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_disc_ctrl()
|
D | loop.c | 47 struct nvmet_ctrl *target_ctrl; 74 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *ctrl); 452 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *nctrl) in nvme_loop_delete_ctrl()
|
D | rdma.c | 1465 static void nvmet_rdma_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_rdma_delete_ctrl()
|
D | fc.c | 1119 nvmet_fc_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_fc_delete_ctrl()
|