Lines Matching refs:nvmet_ctrl
97 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);
399 void nvmet_ctrl_put(struct nvmet_ctrl *ctrl);
407 struct nvmet_ns *nvmet_find_namespace(struct nvmet_ctrl *ctrl, __le32 nsid);
444 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type,