Searched refs:auth_work (Results 1 – 1 of 1) sorted by relevance
22 struct work_struct auth_work; member737 container_of(work, struct nvme_dhchap_queue_context, auth_work); in nvme_queue_auth_work()932 cancel_work_sync(&chap->auth_work); in nvme_auth_negotiate()933 queue_work(nvme_auth_wq, &chap->auth_work); in nvme_auth_negotiate()944 flush_work(&chap->auth_work); in nvme_auth_wait()993 cancel_work_sync(&chap->auth_work); in nvme_ctrl_auth_work()994 queue_work(nvme_auth_wq, &chap->auth_work); in nvme_ctrl_auth_work()1006 flush_work(&chap->auth_work); in nvme_ctrl_auth_work()1046 INIT_WORK(&chap->auth_work, nvme_queue_auth_work); in nvme_auth_init_ctrl()