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.c21 sq->dhchap_step = NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE; in nvmet_auth_expired_work()
30 sq->dhchap_step = NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE; in nvmet_auth_sq_init()
284 req->sq->dhchap_step); in nvmet_execute_auth_send()
300 req->sq->dhchap_step = in nvmet_execute_auth_send()
305 req->sq->dhchap_step = in nvmet_execute_auth_send()
307 } else if (data->auth_id != req->sq->dhchap_step) in nvmet_execute_auth_send()
312 req->sq->dhchap_step = in nvmet_execute_auth_send()
315 req->sq->dhchap_step = in nvmet_execute_auth_send()
321 if (data->auth_id != req->sq->dhchap_step) { in nvmet_execute_auth_send()
324 data->auth_id, req->sq->dhchap_step); in nvmet_execute_auth_send()
[all …]
H A Dnvmet.h164 u8 dhchap_step; member