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()
234 req->sq->dhchap_step); in nvmet_execute_auth_send()
249 req->sq->dhchap_step = in nvmet_execute_auth_send()
254 req->sq->dhchap_step = in nvmet_execute_auth_send()
256 } else if (data->auth_id != req->sq->dhchap_step) in nvmet_execute_auth_send()
261 req->sq->dhchap_step = in nvmet_execute_auth_send()
264 req->sq->dhchap_step = in nvmet_execute_auth_send()
270 if (data->auth_id != req->sq->dhchap_step) { in nvmet_execute_auth_send()
273 data->auth_id, req->sq->dhchap_step); in nvmet_execute_auth_send()
[all …]
H A Dnvmet.h117 u8 dhchap_step; member