Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dauth.c23 struct work_struct auth_work; member
787 container_of(work, struct nvme_dhchap_queue_context, auth_work); in nvme_queue_auth_work()
982 cancel_work_sync(&chap->auth_work); in nvme_auth_negotiate()
983 queue_work(nvme_auth_wq, &chap->auth_work); in nvme_auth_negotiate()
994 flush_work(&chap->auth_work); in nvme_auth_wait()
1043 cancel_work_sync(&chap->auth_work); in nvme_ctrl_auth_work()
1044 queue_work(nvme_auth_wq, &chap->auth_work); in nvme_ctrl_auth_work()
1056 flush_work(&chap->auth_work); in nvme_ctrl_auth_work()
1097 INIT_WORK(&chap->auth_work, nvme_queue_auth_work); in nvme_auth_init_ctrl()