Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dnvmet.h105 struct nvmet_ctrl *ctrl;
181 struct nvmet_ctrl { struct
337 void (*delete_ctrl)(struct nvmet_ctrl *ctrl);
342 u8 (*get_mdts)(const struct nvmet_ctrl *ctrl);
343 u16 (*get_max_queue_size)(const struct nvmet_ctrl *ctrl);
433 static inline bool nvmet_aen_bit_disabled(struct nvmet_ctrl *ctrl, u32 bn) in nvmet_aen_bit_disabled()
445 void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl);
446 void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl);
471 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, u16 qid,
473 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
[all …]
H A Dcore.c140 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()
[all …]
H A Dfabrics-cmd.c40 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_prop_get()
137 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue()
142 struct nvmet_ctrl *old; in nvmet_install_queue()
201 static u32 nvmet_connect_result(struct nvmet_ctrl *ctrl) in nvmet_connect_result()
211 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_admin_connect()
288 struct nvmet_ctrl *ctrl; in nvmet_execute_io_connect()
H A 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()
146 struct nvmet_ctrl *ctrl = req->sq->ctrl; in discovery_log_entries()
164 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_disc_get_log_page()
250 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_disc_identify()
H A Dauth.c59 int nvmet_setup_dhgroup(struct nvmet_ctrl *ctrl, u8 dhgroup_id) in nvmet_setup_dhgroup()
128 int nvmet_setup_auth(struct nvmet_ctrl *ctrl) in nvmet_setup_auth()
234 void nvmet_destroy_auth(struct nvmet_ctrl *ctrl) in nvmet_destroy_auth()
269 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_host_hash()
381 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_ctrl_hash()
489 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_ctrl_exponential()
512 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_ctrl_sesskey()
H A Dfabrics-cmd-auth.c36 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_negotiate()
114 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_reply()
184 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_auth_send()
355 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_challenge()
395 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_auth_success1()
433 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_auth_receive()
H A Dadmin-cmd.c50 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_page_error()
109 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all()
231 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns()
256 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group()
352 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl()
582 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_nslist()
964 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_async_event()
983 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_keep_alive()
H A Dpassthru.c23 void nvmet_passthrough_override_cap(struct nvmet_ctrl *ctrl) in nvmet_passthrough_override_cap()
35 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_passthru_override_id_descs()
82 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_passthru_override_id_ctrl()
H A Dtrace.h137 TP_PROTO(struct nvmet_ctrl *ctrl, __le32 result),
H A Dloop.c65 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *ctrl);
428 static void nvme_loop_delete_ctrl(struct nvmet_ctrl *nctrl) in nvme_loop_delete_ctrl()
H A Drdma.c1796 static void nvmet_rdma_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_rdma_delete_ctrl()
1988 static u8 nvmet_rdma_get_mdts(const struct nvmet_ctrl *ctrl) in nvmet_rdma_get_mdts()
1995 static u16 nvmet_rdma_get_max_queue_size(const struct nvmet_ctrl *ctrl) in nvmet_rdma_get_max_queue_size()
H A Dzns.c76 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl_zns()
H A Dconfigfs.c1430 struct nvmet_ctrl *ctrl; in nvmet_subsys_attr_qid_max_store()
H A Dtcp.c1847 static void nvmet_tcp_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_tcp_delete_ctrl()
H A Dfc.c1578 nvmet_fc_delete_ctrl(struct nvmet_ctrl *ctrl) in nvmet_fc_delete_ctrl()