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()
302 req->sq->dhchap_step); in nvmet_execute_auth_send()
318 req->sq->dhchap_step = in nvmet_execute_auth_send()
323 req->sq->dhchap_step = in nvmet_execute_auth_send()
325 } else if (data->auth_id != req->sq->dhchap_step) in nvmet_execute_auth_send()
330 req->sq->dhchap_step = in nvmet_execute_auth_send()
333 req->sq->dhchap_step = in nvmet_execute_auth_send()
339 if (data->auth_id != req->sq->dhchap_step) { in nvmet_execute_auth_send()
342 data->auth_id, req->sq->dhchap_step); in nvmet_execute_auth_send()
[all …]
H A Dnvmet.h167 u8 dhchap_step; member