Lines Matching refs:nvme_ctrl

19 	struct nvme_ctrl *ctrl;
50 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, in nvme_auth_submit()
82 static int nvme_auth_receive_validate(struct nvme_ctrl *ctrl, int qid, in nvme_auth_receive_validate()
109 static int nvme_auth_set_dhchap_negotiate_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_negotiate_data()
141 static int nvme_auth_process_dhchap_challenge(struct nvme_ctrl *ctrl, in nvme_auth_process_dhchap_challenge()
294 static int nvme_auth_set_dhchap_reply_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_reply_data()
341 static int nvme_auth_process_dhchap_success1(struct nvme_ctrl *ctrl, in nvme_auth_process_dhchap_success1()
394 static int nvme_auth_set_dhchap_success2_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_success2_data()
408 static int nvme_auth_set_dhchap_failure2_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_failure2_data()
424 static int nvme_auth_dhchap_setup_host_response(struct nvme_ctrl *ctrl, in nvme_auth_dhchap_setup_host_response()
510 static int nvme_auth_dhchap_setup_ctrl_response(struct nvme_ctrl *ctrl, in nvme_auth_dhchap_setup_ctrl_response()
595 static int nvme_auth_dhchap_exponential(struct nvme_ctrl *ctrl, in nvme_auth_dhchap_exponential()
698 struct nvme_ctrl *ctrl = chap->ctrl; in __nvme_auth_work()
849 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate()
904 int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) in nvme_auth_wait()
923 void nvme_auth_reset(struct nvme_ctrl *ctrl) in nvme_auth_reset()
939 struct nvme_ctrl *ctrl = in nvme_dhchap_auth_work()
940 container_of(work, struct nvme_ctrl, dhchap_auth_work); in nvme_dhchap_auth_work()
973 void 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()
997 void nvme_auth_free(struct nvme_ctrl *ctrl) in nvme_auth_free()