Lines Matching refs:nvmet_ctrl
102 struct nvmet_ctrl *ctrl;
165 struct nvmet_ctrl {
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)
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);
430 void nvmet_update_cc(struct nvmet_ctrl *ctrl, u32 new);
432 struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp);
433 struct nvmet_ctrl *nvmet_ctrl_find_get(const char *subsysnqn,
436 void nvmet_ctrl_put(struct nvmet_ctrl *ctrl);
444 struct nvmet_ns *nvmet_find_namespace(struct nvmet_ctrl *ctrl, __le32 nsid);
481 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type,