Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/host/
Dauth.c18 struct work_struct auth_work; member
697 container_of(work, struct nvme_dhchap_queue_context, auth_work); in __nvme_auth_work()
870 flush_work(&chap->auth_work); in nvme_auth_negotiate()
872 queue_work(nvme_wq, &chap->auth_work); in nvme_auth_negotiate()
896 INIT_WORK(&chap->auth_work, __nvme_auth_work); in nvme_auth_negotiate()
899 queue_work(nvme_wq, &chap->auth_work); in nvme_auth_negotiate()
914 flush_work(&chap->auth_work); in nvme_auth_wait()
930 flush_work(&chap->auth_work); in nvme_auth_reset()
992 cancel_work_sync(&chap->auth_work); in nvme_auth_stop()
1004 flush_work(&chap->auth_work); in nvme_auth_free()