Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/target/
Dcore.c132 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free()
151 struct nvmet_ctrl *ctrl = in nvmet_async_event_work()
152 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()
176 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event()
196 static void nvmet_add_to_changed_ns_log(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_add_to_changed_ns_log()
222 struct nvmet_ctrl *ctrl; in nvmet_ns_changed()
239 struct nvmet_ctrl *ctrl; in nvmet_send_ana_event()
288 struct nvmet_ctrl *ctrl; in nvmet_port_del_ctrls()
352 struct nvmet_ctrl *ctrl = container_of(to_delayed_work(work), in nvmet_keep_alive_timer()
353 struct nvmet_ctrl, ka_work); in nvmet_keep_alive_timer()
[all …]
Dnvmet.h97 struct nvmet_ctrl *ctrl;
159 struct nvmet_ctrl { struct
277 void (*delete_ctrl)(struct nvmet_ctrl *ctrl);
354 static inline bool nvmet_aen_bit_disabled(struct nvmet_ctrl *ctrl, u32 bn) in nvmet_aen_bit_disabled()
385 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, u16 qid,
387 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
392 void nvmet_ctrl_fatal_error(struct nvmet_ctrl *ctrl);
394 void nvmet_update_cc(struct nvmet_ctrl *ctrl, u32 new);
396 struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp);
398 struct nvmet_req *req, struct nvmet_ctrl **ret);
[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()
52 struct nvmet_ctrl *ctrl = nvmet_req_to_ctrl(req); in __assign_disk_name()
70 __field(struct nvmet_ctrl *, ctrl)
111 __field(struct nvmet_ctrl *, ctrl)
Dfabrics-cmd.c37 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_prop_get()
102 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue()
107 struct nvmet_ctrl *old; in nvmet_install_queue()
147 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_admin_connect()
210 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_io_connect()
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_get_disc_log_page()
232 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_disc_ctrl()
Dadmin-cmd.c39 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_page_error()
104 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all()
195 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns()
220 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group()
287 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl()
479 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_nslist()
786 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_async_event()
802 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_keep_alive()
Dloop.c39 struct nvmet_ctrl *target_ctrl;
66 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *ctrl);
432 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *nctrl) in nvme_loop_delete_ctrl()
Dtrace.c198 const char *nvmet_trace_ctrl_name(struct trace_seq *p, struct nvmet_ctrl *ctrl) in nvmet_trace_ctrl_name()
Drdma.c1484 static void nvmet_rdma_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_rdma_delete_ctrl()
Dtcp.c1667 static void nvmet_tcp_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_tcp_delete_ctrl()
Dfc.c1153 nvmet_fc_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_fc_delete_ctrl()