Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A 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()
286 req->sq->dhchap_step); in nvmet_execute_auth_send()
301 req->sq->dhchap_step = in nvmet_execute_auth_send()
306 req->sq->dhchap_step = in nvmet_execute_auth_send()
308 } else if (data->auth_id != req->sq->dhchap_step) in nvmet_execute_auth_send()
313 req->sq->dhchap_step = in nvmet_execute_auth_send()
316 req->sq->dhchap_step = in nvmet_execute_auth_send()
322 if (data->auth_id != req->sq->dhchap_step) { in nvmet_execute_auth_send()
325 data->auth_id, req->sq->dhchap_step); in nvmet_execute_auth_send()
[all …]
H A Dnvmet.h164 u8 dhchap_step; member