Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A 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()
H A Dauth.c895 container_of(work, struct nvme_ctrl, dhchap_auth_work); in nvme_ctrl_auth_work()
947 INIT_WORK(&ctrl->dhchap_auth_work, nvme_ctrl_auth_work); in nvme_auth_init_ctrl()
989 cancel_work_sync(&ctrl->dhchap_auth_work); in nvme_auth_stop()
H A Dnvme.h365 struct work_struct dhchap_auth_work; member
H A Dcore.c424 queue_work(nvme_wq, &ctrl->dhchap_auth_work); in nvme_complete_rq()