Lines Matching refs:dhchap_step

22 	sq->dhchap_step = NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE;  in nvmet_auth_expired_work()
31 sq->dhchap_step = NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE; in nvmet_auth_sq_init()
233 req->sq->dhchap_step); in nvmet_execute_auth_send()
251 req->sq->dhchap_step = NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE; in nvmet_execute_auth_send()
252 } else if (data->auth_id != req->sq->dhchap_step) in nvmet_execute_auth_send()
257 req->sq->dhchap_step = in nvmet_execute_auth_send()
260 req->sq->dhchap_step = in nvmet_execute_auth_send()
267 if (data->auth_id != req->sq->dhchap_step) { in nvmet_execute_auth_send()
270 data->auth_id, req->sq->dhchap_step); in nvmet_execute_auth_send()
278 req->sq->dhchap_step = in nvmet_execute_auth_send()
289 req->sq->dhchap_step = in nvmet_execute_auth_send()
292 req->sq->dhchap_step = in nvmet_execute_auth_send()
316 req->sq->dhchap_step = in nvmet_execute_auth_send()
323 req->sq->dhchap_step = NVME_AUTH_DHCHAP_MESSAGE_FAILURE2; in nvmet_execute_auth_send()
330 req->sq->dhchap_status, req->sq->dhchap_step); in nvmet_execute_auth_send()
336 if (req->sq->dhchap_step != NVME_AUTH_DHCHAP_MESSAGE_SUCCESS2 && in nvmet_execute_auth_send()
337 req->sq->dhchap_step != NVME_AUTH_DHCHAP_MESSAGE_FAILURE2) { in nvmet_execute_auth_send()
346 if (req->sq->dhchap_step == NVME_AUTH_DHCHAP_MESSAGE_FAILURE2) in nvmet_execute_auth_send()
475 ctrl->cntlid, req->sq->qid, req->sq->dhchap_step); in nvmet_execute_auth_receive()
476 switch (req->sq->dhchap_step) { in nvmet_execute_auth_receive()
484 req->sq->dhchap_step = NVME_AUTH_DHCHAP_MESSAGE_REPLY; in nvmet_execute_auth_receive()
497 req->sq->dhchap_step = NVME_AUTH_DHCHAP_MESSAGE_SUCCESS2; in nvmet_execute_auth_receive()
507 ctrl->cntlid, req->sq->qid, req->sq->dhchap_step); in nvmet_execute_auth_receive()
508 req->sq->dhchap_step = NVME_AUTH_DHCHAP_MESSAGE_FAILURE1; in nvmet_execute_auth_receive()
520 if (req->sq->dhchap_step == NVME_AUTH_DHCHAP_MESSAGE_SUCCESS2) in nvmet_execute_auth_receive()
522 else if (req->sq->dhchap_step == NVME_AUTH_DHCHAP_MESSAGE_FAILURE1) { in nvmet_execute_auth_receive()