Home
last modified time | relevance | path

Searched refs:nvmet_ctrl (Results 1 – 12 of 12) sorted by relevance

/drivers/nvme/target/
Dcore.c133 static void nvmet_async_events_failall(struct nvmet_ctrl *ctrl) in nvmet_async_events_failall()
148 static void nvmet_async_events_process(struct nvmet_ctrl *ctrl) in nvmet_async_events_process()
171 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free()
185 struct nvmet_ctrl *ctrl = in nvmet_async_event_work()
186 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()
191 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event()
211 static void nvmet_add_to_changed_ns_log(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_add_to_changed_ns_log()
237 struct nvmet_ctrl *ctrl; in nvmet_ns_changed()
254 struct nvmet_ctrl *ctrl; in nvmet_send_ana_event()
303 struct nvmet_ctrl *ctrl; in nvmet_port_del_ctrls()
[all …]
Dnvmet.h102 struct nvmet_ctrl *ctrl;
165 struct nvmet_ctrl { struct
301 void (*delete_ctrl)(struct nvmet_ctrl *ctrl);
306 u8 (*get_mdts)(const struct nvmet_ctrl *ctrl);
385 static inline bool nvmet_aen_bit_disabled(struct nvmet_ctrl *ctrl, u32 bn) in nvmet_aen_bit_disabled()
397 void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl);
398 void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl);
421 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, u16 qid,
423 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
428 void nvmet_ctrl_fatal_error(struct nvmet_ctrl *ctrl);
[all …]
Dtrace.h35 const char *nvmet_trace_ctrl_name(struct trace_seq *p, struct nvmet_ctrl *ctrl);
44 static inline struct nvmet_ctrl *nvmet_req_to_ctrl(struct nvmet_req *req) in nvmet_req_to_ctrl()
63 __field(struct nvmet_ctrl *, ctrl)
104 __field(struct nvmet_ctrl *, ctrl)
129 TP_PROTO(struct nvmet_ctrl *ctrl, __le32 result),
Ddiscovery.c16 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()
145 struct nvmet_ctrl *ctrl = req->sq->ctrl; in discovery_log_entries()
163 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_disc_get_log_page()
244 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_disc_identify()
Dfabrics-cmd.c40 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_prop_get()
106 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue()
111 struct nvmet_ctrl *old; in nvmet_install_queue()
157 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_admin_connect()
228 struct nvmet_ctrl *ctrl; in nvmet_execute_io_connect()
Dadmin-cmd.c50 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_page_error()
115 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all()
203 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns()
228 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group()
338 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl()
471 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ns()
556 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_nslist()
903 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_async_event()
922 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_keep_alive()
Dtrace.c198 const char *nvmet_trace_ctrl_name(struct trace_seq *p, struct nvmet_ctrl *ctrl) in nvmet_trace_ctrl_name()
Dloop.c65 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *ctrl);
434 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *nctrl) in nvme_loop_delete_ctrl()
Dpassthru.c25 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_passthru_override_id_ctrl()
Drdma.c1804 static void nvmet_rdma_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_rdma_delete_ctrl()
1996 static u8 nvmet_rdma_get_mdts(const struct nvmet_ctrl *ctrl) in nvmet_rdma_get_mdts()
Dtcp.c1767 static void nvmet_tcp_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_tcp_delete_ctrl()
Dfc.c1559 nvmet_fc_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_fc_delete_ctrl()