Lines Matching defs:ctrl
165 struct nvme_ctrl *ctrl; member
462 struct nvme_ctrl *ctrl; member
576 static inline void nvme_print_device_info(struct nvme_ctrl *ctrl) in nvme_print_device_info()
612 static inline int nvme_reset_subsystem(struct nvme_ctrl *ctrl) in nvme_reset_subsystem()
680 struct nvme_ctrl *ctrl = rq->ctrl; in nvme_try_complete_req() local
694 static inline void nvme_get_ctrl(struct nvme_ctrl *ctrl) in nvme_get_ctrl()
699 static inline void nvme_put_ctrl(struct nvme_ctrl *ctrl) in nvme_put_ctrl()
783 static inline bool nvme_check_ready(struct nvme_ctrl *ctrl, struct request *rq, in nvme_check_ready()
803 static inline bool nvme_is_unique_nsid(struct nvme_ctrl *ctrl, in nvme_is_unique_nsid()
863 static inline bool nvme_ctrl_use_ana(struct nvme_ctrl *ctrl) in nvme_ctrl_use_ana()
902 static inline bool nvme_ctrl_use_ana(struct nvme_ctrl *ctrl) in nvme_ctrl_use_ana()
909 static inline void nvme_kick_requeue_lists(struct nvme_ctrl *ctrl) in nvme_kick_requeue_lists()
912 static inline int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl, in nvme_mpath_alloc_disk()
930 static inline void nvme_mpath_clear_ctrl_paths(struct nvme_ctrl *ctrl) in nvme_mpath_clear_ctrl_paths()
939 static inline void nvme_mpath_init_ctrl(struct nvme_ctrl *ctrl) in nvme_mpath_init_ctrl()
942 static inline int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, in nvme_mpath_init_identify()
950 static inline void nvme_mpath_update(struct nvme_ctrl *ctrl) in nvme_mpath_update()
953 static inline void nvme_mpath_uninit(struct nvme_ctrl *ctrl) in nvme_mpath_uninit()
956 static inline void nvme_mpath_stop(struct nvme_ctrl *ctrl) in nvme_mpath_stop()
1006 static inline int nvme_hwmon_init(struct nvme_ctrl *ctrl) in nvme_hwmon_init()
1011 static inline void nvme_hwmon_exit(struct nvme_ctrl *ctrl) in nvme_hwmon_exit()
1016 static inline bool nvme_ctrl_sgl_supported(struct nvme_ctrl *ctrl) in nvme_ctrl_sgl_supported()
1029 static inline void nvme_auth_init_ctrl(struct nvme_ctrl *ctrl) {}; in nvme_auth_init_ctrl()
1030 static inline void nvme_auth_stop(struct nvme_ctrl *ctrl) {}; in nvme_auth_stop()
1031 static inline int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate()
1035 static inline int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) in nvme_auth_wait()
1039 static inline void nvme_auth_free(struct nvme_ctrl *ctrl) {}; in nvme_auth_free()
1051 static inline bool nvme_multi_css(struct nvme_ctrl *ctrl) in nvme_multi_css()