Lines Matching refs:nvmet_ctrl
105 struct nvmet_ctrl *ctrl;
181 struct nvmet_ctrl { struct
335 void (*delete_ctrl)(struct nvmet_ctrl *ctrl);
340 u8 (*get_mdts)(const struct nvmet_ctrl *ctrl);
341 u16 (*get_max_queue_size)(const struct nvmet_ctrl *ctrl);
429 static inline bool nvmet_aen_bit_disabled(struct nvmet_ctrl *ctrl, u32 bn) in nvmet_aen_bit_disabled()
441 void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl);
442 void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl);
467 void nvmet_cq_setup(struct nvmet_ctrl *ctrl, struct nvmet_cq *cq, u16 qid,
469 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
474 void nvmet_ctrl_fatal_error(struct nvmet_ctrl *ctrl);
476 void nvmet_update_cc(struct nvmet_ctrl *ctrl, u32 new);
478 struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp);
479 struct nvmet_ctrl *nvmet_ctrl_find_get(const char *subsysnqn,
482 void nvmet_ctrl_put(struct nvmet_ctrl *ctrl);
527 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type,
652 void nvmet_passthrough_override_cap(struct nvmet_ctrl *ctrl);
706 int nvmet_setup_auth(struct nvmet_ctrl *ctrl);
708 void nvmet_destroy_auth(struct nvmet_ctrl *ctrl);
710 int nvmet_setup_dhgroup(struct nvmet_ctrl *ctrl, u8 dhgroup_id);
716 static inline bool nvmet_has_auth(struct nvmet_ctrl *ctrl) in nvmet_has_auth()
725 static inline int nvmet_setup_auth(struct nvmet_ctrl *ctrl) in nvmet_setup_auth()
732 static inline void nvmet_destroy_auth(struct nvmet_ctrl *ctrl) {}; in nvmet_destroy_auth()
738 static inline bool nvmet_has_auth(struct nvmet_ctrl *ctrl) in nvmet_has_auth()