Home
last modified time | relevance | path

Searched refs:dhchap_auth_work (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/nvme/host/
H A Dauth.c1005 container_of(work, struct nvme_ctrl, dhchap_auth_work); in nvme_ctrl_auth_work()
1071 INIT_WORK(&ctrl->dhchap_auth_work, nvme_ctrl_auth_work); in nvme_auth_init_ctrl()
1113 cancel_work_sync(&ctrl->dhchap_auth_work); in nvme_auth_stop()
H A Dsysfs.c677 queue_work(nvme_wq, &ctrl->dhchap_auth_work); in nvme_ctrl_dhchap_secret_store()
735 queue_work(nvme_wq, &ctrl->dhchap_auth_work); in nvme_ctrl_dhchap_ctrl_secret_store()
H A Dnvme.h432 struct work_struct dhchap_auth_work; member
H A Dcore.c488 queue_work(nvme_wq, &ctrl->dhchap_auth_work); in nvme_complete_rq()