Lines Matching defs:ctrl

23 	struct nvme_ctrl *ctrl;  member
52 #define nvme_auth_queue_from_qid(ctrl, qid) \ argument
55 static inline int ctrl_max_dhchaps(struct nvme_ctrl *ctrl) in ctrl_max_dhchaps()
61 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, in nvme_auth_submit()
93 static int nvme_auth_receive_validate(struct nvme_ctrl *ctrl, int qid, in nvme_auth_receive_validate()
120 static int nvme_auth_set_dhchap_negotiate_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_negotiate_data()
152 static int nvme_auth_process_dhchap_challenge(struct nvme_ctrl *ctrl, in nvme_auth_process_dhchap_challenge()
291 static int nvme_auth_set_dhchap_reply_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_reply_data()
338 static int nvme_auth_process_dhchap_success1(struct nvme_ctrl *ctrl, in nvme_auth_process_dhchap_success1()
391 static int nvme_auth_set_dhchap_success2_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_success2_data()
405 static int nvme_auth_set_dhchap_failure2_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_failure2_data()
421 static int nvme_auth_dhchap_setup_host_response(struct nvme_ctrl *ctrl, in nvme_auth_dhchap_setup_host_response()
507 static int nvme_auth_dhchap_setup_ctrl_response(struct nvme_ctrl *ctrl, in nvme_auth_dhchap_setup_ctrl_response()
593 static int nvme_auth_dhchap_exponential(struct nvme_ctrl *ctrl, in nvme_auth_dhchap_exponential()
686 struct nvme_ctrl *ctrl = chap->ctrl; in nvme_queue_auth_work() local
855 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate()
876 int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) in nvme_auth_wait()
892 struct nvme_ctrl *ctrl = in nvme_ctrl_auth_work() local
939 int nvme_auth_init_ctrl(struct nvme_ctrl *ctrl) in nvme_auth_init_ctrl()
985 void nvme_auth_stop(struct nvme_ctrl *ctrl) in nvme_auth_stop()
991 void nvme_auth_free(struct nvme_ctrl *ctrl) in nvme_auth_free()