Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dcore.c111 * nvme_reset_wq - hosts nvme reset works
115 * keep-alive, periodic reconnects etc. nvme_reset_wq
123 struct workqueue_struct *nvme_reset_wq; variable
124 EXPORT_SYMBOL_GPL(nvme_reset_wq);
177 if (!queue_work(nvme_reset_wq, &ctrl->reset_work)) in nvme_try_sched_reset()
219 if (!queue_work(nvme_reset_wq, &ctrl->reset_work)) in nvme_reset_ctrl()
5404 nvme_reset_wq = alloc_workqueue("nvme-reset-wq", wq_flags, 0); in nvme_core_init()
5405 if (!nvme_reset_wq) in nvme_core_init()
5452 destroy_workqueue(nvme_reset_wq);
5468 destroy_workqueue(nvme_reset_wq);
[all...]
H A Dnvme.h50 extern struct workqueue_struct *nvme_reset_wq;
H A Drdma.c1154 queue_work(nvme_reset_wq, &ctrl->err_work); in nvme_rdma_error_recovery()
H A Dtcp.c619 queue_work(nvme_reset_wq, &to_tcp_ctrl(ctrl)->err_work); in nvme_tcp_error_recovery()
H A Dfc.c2054 queue_work(nvme_reset_wq, &ctrl->ioerr_work); in nvme_fc_fcpio_done()