Home
last modified time | relevance | path

Searched refs:dhchap_step (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/nvme/target/
Dfabrics-cmd-auth.c22 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()
[all …]
Dnvmet.h115 int dhchap_step; member