Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dcore.c1546 u8 dhchap_status; in nvmet_alloc_ctrl() local
1650 dhchap_status = nvmet_setup_auth(ctrl); in nvmet_alloc_ctrl()
1651 if (dhchap_status) { in nvmet_alloc_ctrl()
1653 dhchap_status); in nvmet_alloc_ctrl()
1655 if (dhchap_status == NVME_AUTH_DHCHAP_FAILURE_FAILED) in nvmet_alloc_ctrl()
H A Dnvmet.h159 u8 dhchap_status; member