Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/host/
Dsysfs.c463 queue_work(nvme_wq, &ctrl->dhchap_auth_work); in nvme_ctrl_dhchap_secret_store()
521 queue_work(nvme_wq, &ctrl->dhchap_auth_work); in nvme_ctrl_dhchap_ctrl_secret_store()
Dauth.c893 container_of(work, struct nvme_ctrl, dhchap_auth_work); in nvme_ctrl_auth_work()
945 INIT_WORK(&ctrl->dhchap_auth_work, nvme_ctrl_auth_work); in nvme_auth_init_ctrl()
987 cancel_work_sync(&ctrl->dhchap_auth_work); in nvme_auth_stop()
Dnvme.h353 struct work_struct dhchap_auth_work; member
Dcore.c424 queue_work(nvme_wq, &ctrl->dhchap_auth_work); in nvme_complete_rq()