Lines Matching refs:nvmet_ctrl
102 struct nvmet_ctrl *ctrl;
165 struct nvmet_ctrl { struct
302 void (*delete_ctrl)(struct nvmet_ctrl *ctrl);
307 u8 (*get_mdts)(const struct nvmet_ctrl *ctrl);
386 static inline bool nvmet_aen_bit_disabled(struct nvmet_ctrl *ctrl, u32 bn) in nvmet_aen_bit_disabled()
398 void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl);
399 void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl);
422 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, u16 qid,
424 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
429 void nvmet_ctrl_fatal_error(struct nvmet_ctrl *ctrl);
431 void nvmet_update_cc(struct nvmet_ctrl *ctrl, u32 new);
433 struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp);
435 struct nvmet_req *req, struct nvmet_ctrl **ret);
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,