Lines Matching refs:nvmet_ctrl
105 struct nvmet_ctrl *ctrl;
168 struct nvmet_ctrl { struct
306 void (*delete_ctrl)(struct nvmet_ctrl *ctrl);
311 u8 (*get_mdts)(const struct nvmet_ctrl *ctrl);
398 static inline bool nvmet_aen_bit_disabled(struct nvmet_ctrl *ctrl, u32 bn) in nvmet_aen_bit_disabled()
410 void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl);
411 void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl);
435 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, u16 qid,
437 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
442 void nvmet_ctrl_fatal_error(struct nvmet_ctrl *ctrl);
444 void nvmet_update_cc(struct nvmet_ctrl *ctrl, u32 new);
446 struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp);
447 struct nvmet_ctrl *nvmet_ctrl_find_get(const char *subsysnqn,
450 void nvmet_ctrl_put(struct nvmet_ctrl *ctrl);
495 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type,
615 void nvmet_passthrough_override_cap(struct nvmet_ctrl *ctrl);